Archived
0
0
This commit is contained in:
2025-12-17 20:43:32 +08:00
parent 1e534e5fe5
commit 321f287263
15 changed files with 235 additions and 82 deletions

View File

@@ -79,4 +79,8 @@ if is_subdir(Path(rootdir), Path(os.getcwd())):
environment_check()
app = HeurAMSApp()
app.run()
if __name__ == "__main__":
app.run()
def main():
app.run()