File size: 218 Bytes
daeddb4
d88ad14
 
 
daeddb4
d88ad14
1
2
3
4
5
6
7
from wilhelm_python_sdk.database_manager import cleanup_neo4j
from wilhelm_python_sdk.german_neo4j_loader import load_into_database

if __name__ == "__main__":
    cleanup_neo4j()
    load_into_database("german.yaml")