File size: 164 Bytes
135102f
 
 
 
 
1
2
3
4
5
6
from src.database import initialize_database

if __name__ == "__main__":
    initialize_database(clear_data=True)
    print("Database created/reset successfully!")