common_connect.py 108 B

12345
  1. from utils.db.ConnectMysql import MySQLDatabase
  2. plt = MySQLDatabase("plt")
  3. trans = MySQLDatabase("trans")