5 lines
110 B
Python
Executable file
5 lines
110 B
Python
Executable file
#!/Users/shadow8t4/git/MultiPub/.pyenv/bin/python3.7
|
|
|
|
import pydoc
|
|
if __name__ == '__main__':
|
|
pydoc.cli()
|