uu / flux /__main__.py
AkashKumarave's picture
Upload 12 files
cab21bc verified
raw
history blame contribute delete
63 Bytes
from .cli import app
if __name__ == "__main__":
app()