示例#1
0
from controller.main import Main


"author: nhpd"


if __name__ == "__main__":

    main = Main()
    main.start()