wip config

This commit is contained in:
2025-11-02 17:34:54 +08:00
parent a98fbea736
commit 1aa8ddfe38
8 changed files with 144 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
def main():
print("Hello World")
from . import app
if __name__ == "__main__":
main()
app.main()