5 lines
69 B
Python
5 lines
69 B
Python
|
import EditMgrBase
|
||
|
|
||
|
class EditMgr(EditMgrBase.EditMgrBase):
|
||
|
pass
|