4 lines
76 B
Python
4 lines
76 B
Python
from . import EditMgrBase
|
|
|
|
class EditMgr(EditMgrBase.EditMgrBase):
|
|
pass
|