Singleton#

class ignis.singleton.IgnisSingleton#

The singleton class.

classmethod get_default() _SingletonT#

Returns the default instance for this process, creating it if necessary.

Return type:

TypeVar(_SingletonT, bound= IgnisSingleton)