SAE-A2-TruthInquiry/app.py
2022-11-17 16:12:30 +01:00

5 lines
118 B
Python

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