Spaces:
Running
Running
File size: 113 Bytes
85ac990 |
1 2 3 4 5 6 7 |
from __future__ import annotations
from app.cli import cli_wrapper as cli
if __name__ == "__main__":
cli()
|