mirror of
https://github.com/Monadical-SAS/cubbi.git
synced 2025-12-20 20:29:06 +00:00
5 lines
59 B
Python
5 lines
59 B
Python
from .cli import app
|
|
|
|
if __name__ == "__main__":
|
|
app()
|