7 lines
94 B
Python
7 lines
94 B
Python
from chainlib.cli.man import DocGenerator
|
|
|
|
|
|
g = DocGenerator(0xffffffff)
|
|
g.process()
|
|
print(g)
|