VisualCloze / flux /__main__.py
lzyhha
init
319886d
raw
history blame
59 Bytes
from .cli import app
if __name__ == "__main__":
app()