__init__.py 58 Bytes
Newer Older
Jinjing Zhou's avatar
Jinjing Zhou committed
1
2
3
4
from .cli import app

if __name__ == "__main__":
    app()