production init

This commit is contained in:
Athena Funderburg
2026-05-26 16:41:23 +00:00
commit 21f38ee3e1
680 changed files with 47071 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def main() -> None:
import run_all
run_all.main(devmode = True)
if __name__ == '__main__':
main()