mirror of
https://github.com/relativemodder/aegnux.git
synced 2025-12-10 05:29:38 +05:00
4 lines
69 B
Python
4 lines
69 B
Python
from src.app import main
|
|
|
|
if __name__ == "__main__":
|
|
exit(main()) |