LORE / flux /__main__.py
oyly
first commit
87fa4fd
raw
history blame contribute delete
59 Bytes
from .cli import app
if __name__ == "__main__":
app()