ska-referee-test/ref-test/test/test.py

6 lines
64 B
Python
Raw Normal View History

from subfolder import create_app
app = create_app()
app.run()