dataplatform/Utils/DBHelper/MongoDBInstance.py

7 lines
117 B
Python

from Utils.DBHelper.MongoHelper import MongoHelper
MG_DB_TEST = MongoHelper("log")
MG_DB_TYC = MongoHelper("tyc")