solstice.register module¶
Register module for solstice
-
solstice.register.
register_class
(cls_name, cls, is_unique=False)¶ This function registers given class :param cls_name: str, name of the class we want to register :param cls: class, class we want to register :param is_unique: bool, Whether if the class should be updated if new class is registered with the same name