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