llmOS-Agent / cli_app /__main__.py
tech-envision
Add Windows CLI and session info API
5cbac45
raw
history blame
60 Bytes
from .main import app
if __name__ == "__main__":
app()