2022-03-14 01:15:38 +08:00

6 lines
80 B
Python

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