XFluxSpace / src /flux /__main__.py
stazizov's picture
init
e5e58b2
raw
history blame contribute delete
59 Bytes
from .cli import app
if __name__ == "__main__":
app()