Files
Athena Funderburg 21f38ee3e1 production init
2026-05-26 16:41:23 +00:00

7 lines
102 B
Python

def main() -> None:
import run_all
run_all.main(devmode = True)
if __name__ == '__main__':
main()