common_connect.py 104 B

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