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