5 lines
62 B
Python
Raw Normal View History

2022-05-24 17:52:25 +05:00
from app.cli import cli
if __name__ == '__main__':
cli()