from Utils.global_variate import Global from Utils.sql_handler import SqlHandler from Utils.config_handler import base_config class teamData(Global): team_db = SqlHandler(address=base_config.get_value('mysql','address'),port=int(base_config.get_value('mysql','port')),account=base_config.get_value('mysql','account'),password=base_config.get_value('mysql','password')) # brandId = 6052 # shopId = 7238