8 lines
157 B
Python
8 lines
157 B
Python
|
# to use:
|
||
|
# python -i inspector.py
|
||
|
# >>> i.Rgclass() ...
|
||
|
from whiteboard import *
|
||
|
|
||
|
o = tpers.Odb.Load('whiteboard.marm')
|
||
|
i = tpers.StaticIndex().Populate(o)
|