comparison wsgi.py @ 0:4e8e2f836d0f draft default tip

planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
author itaxotools
date Sun, 29 Jan 2023 16:25:48 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4e8e2f836d0f
1 from api import app
2
3 if __name__ == "__main__":
4 app.run()
5