1
Fork 0
mirror of https://github.com/Steffo99/unimore-bda-6.git synced 2024-10-16 22:37:31 +00:00
bda-6-steffo/unimore_bda_6/__main__.py

10 lines
117 B
Python
Raw Normal View History

2023-02-01 03:20:09 +00:00
from .database import create_mongo_client_from_config
2023-02-01 01:33:42 +00:00
def main():
pass
if __name__ == "__main__":
main()