SAE-A2-TruthInquiry/app.py
2023-01-05 23:13:47 +01:00

5 lines
125 B
Python

from truthseeker import APP as app # the variable 'app' is detected by `flask run`
if __name__ == "__main__":
app.run()