mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 20:58:07 +03:00
4 lines
92 B
Bash
Executable file
4 lines
92 B
Bash
Executable file
#!/usr/bin/env python3
|
|
from shared.docker.game_entrypoint import main
|
|
|
|
main(platform="win")
|