Версия №1

This commit is contained in:
GafarovaGG
2022-05-24 17:52:25 +05:00
commit b2d0495866
808 changed files with 6827 additions and 0 deletions

View File

@ -0,0 +1,4 @@
from app.cli import cli
if __name__ == '__main__':
cli()