Rewrite CLI

This commit is contained in:
2022-06-18 04:39:59 +03:00
parent 381205b8e4
commit af76973273
7 changed files with 148 additions and 113 deletions

View File

@@ -1,4 +1,4 @@
from traps import main
from .cli import cli
if __name__ == '__main__':
main()
if __name__ == "__main__":
cli()