halfapi/halfapi/__main__.py

4 lines
62 B
Python

from .cli.cli import cli
if __name__ == '__main__':
cli()