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