2024-01-21 05:02:25 -07:00

6 lines
78 B
Python
Executable File

#!/usr/bin/python3.9
import pydoc
if __name__ == '__main__':
pydoc.cli()