mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
6 lines
84 B
Text
6 lines
84 B
Text
|
|
#!/usr/bin/env python
|
||
|
|
|
||
|
|
import pydoc
|
||
|
|
if __name__ == '__main__':
|
||
|
|
pydoc.cli()
|