mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-29 18:14:15 -05:00
5 lines
64 B
Python
5 lines
64 B
Python
from . import main
|
|
|
|
if __name__ == "__main__":
|
|
exit(main())
|