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