mirror of
https://github.com/Dasharo/edk2.git
synced 2026-06-13 10:16:24 -07:00
6 lines
84 B
Python
6 lines
84 B
Python
|
|
#!/usr/bin/env python
|
||
|
|
|
||
|
|
import pydoc
|
||
|
|
if __name__ == '__main__':
|
||
|
|
pydoc.cli()
|