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