feat(cli): phase 1 - local cli with docker integration

This commit is contained in:
2025-03-10 21:08:48 -06:00
parent fde6529d54
commit 64430830d8
21 changed files with 1711 additions and 9 deletions

4
mcontainer/__main__.py Normal file
View File

@@ -0,0 +1,4 @@
from .cli import app
if __name__ == "__main__":
app()