mirror of
https://github.com/quantum5/punyverse.git
synced 2025-08-02 12:18:18 -04:00
4 lines
76 B
Python
4 lines
76 B
Python
|
from space_torus.__main__ import main
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
main()
|