Source code for nanome.api.ui.ui_base

# classes inherting from UIBase are expected to also inherit _UIBase separately.


[docs]class UIBase(object):
[docs] def clone(self): return self._clone()