sc3.base.classlibrary module

class ClassLibrary

Bases: object

This class is a hack to avoid class attribute initialization problems caused by very nasty nested cyclic imports and global state. The init() method of this class is called at the end of main initiallization.

classmethod add(item, func)
classmethod init()