mirror of
https://github.com/Monadical-SAS/cubbi.git
synced 2026-02-04 09:56:48 +00:00
5 lines
59 B
Python
5 lines
59 B
Python
from .cli import app
|
|
|
|
if __name__ == "__main__":
|
|
app()
|