# -*- coding: utf-8 -*- """ 人力V助手 (JinrikiHelper) - 本地桌面入口 作者:TNOT 开源协议:MIT """ from src.gui_old import main if __name__ == "__main__": main()