mirror of
https://git.ugnet.gay/CrossTalk/azul.git
synced 2026-05-27 14:49:50 +00:00
7 lines
102 B
Python
7 lines
102 B
Python
def main() -> None:
|
|
import run_all
|
|
run_all.main(devmode = True)
|
|
|
|
if __name__ == '__main__':
|
|
main()
|