mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-06-17 17:00:02 +00:00
6 lines
78 B
Python
Executable File
6 lines
78 B
Python
Executable File
#!/usr/bin/python3.9
|
|
|
|
import pydoc
|
|
if __name__ == '__main__':
|
|
pydoc.cli()
|