Spaces:
Running
on
Zero
Running
on
Zero
SunderAli17
commited on
Commit
•
706313f
1
Parent(s):
11181bb
Create __main__.py
Browse files- flux/__main__.py +4 -0
flux/__main__.py
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from .details import app
|
2 |
+
|
3 |
+
if __name__ == "__main__":
|
4 |
+
app()
|