Skip to content

Commit

Permalink
Now modified to work both as a command-line utility and as a module.
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperdk committed Feb 21, 2021
1 parent 408ace9 commit 80abb42
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flatten.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,4 @@ def main(args: list):


if __name__ == "__main__":
print(sys.argv[1:])
quit()
main(sys.argv[1:])

0 comments on commit 80abb42

Please sign in to comment.