2 lines
56 B
Python
2 lines
56 B
Python
|
if __name__ == 'main':
|
||
|
from app import app, database
|