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