mirror of
https://github.com/Team-Resurgent/xbmc4xbox-redux.git
synced 2026-08-15 20:18:49 -07:00
6 lines
95 B
Python
Executable File
6 lines
95 B
Python
Executable File
#! /usr/bin/env python
|
|
|
|
from idlelib.PyShell import main
|
|
if __name__ == '__main__':
|
|
main()
|