mirror of https://github.com/acidanthera/audk.git
6 lines
84 B
Plaintext
6 lines
84 B
Plaintext
|
#!/usr/bin/env python
|
||
|
|
||
|
import pydoc
|
||
|
if __name__ == '__main__':
|
||
|
pydoc.cli()
|