flo-token-explorer-historic/wsgi.py
2021-12-09 18:16:18 +00:00

5 lines
62 B
Python
Executable File

from app import app
if __name__ == "__main__":
app.run()