Files
Rocky5 921f9fe9f8 Clean Copy
If ever adding the XBMC4Xbox source to GitHub use "git add -f -A" or it wont add all the files.
2024-01-08 19:01:29 +00:00

6 lines
95 B
Python

#! /usr/bin/env python
from idlelib.PyShell import main
if __name__ == '__main__':
main()