4 lines
86 B
Python
4 lines
86 B
Python
from data.database import initialize_db
|
|
|
|
if __name__ == '__main__':
|
|
initialize_db()
|