mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 09:21:37 +00:00
added docstring and moved to scripts
This commit is contained in:
parent
bdc791af8f
commit
5d26c9f57f
@ -1,3 +1,6 @@
|
|||||||
|
""" This file generates a graph of the dependencies for the ninja build.
|
||||||
|
"""
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
||||||
@ -26,4 +29,3 @@ def ninja_to_dot():
|
|||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
ninja_to_dot()
|
ninja_to_dot()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user