from dao.MysqlConfig import MysqlConfig
from ui.StudentUI import *
if __name__ == '__main__':
MysqlConfig.create_mysql()
StudentUI.init_login()