FireFlow / src /flux /__main__.py
Last commit not found
raw
history blame
59 Bytes
from .cli import app
if __name__ == "__main__":
app()