caret_analyze.common.singleton module

class caret_analyze.common.singleton.Singleton(*args, **kwargs)

Bases: object

Singleton class.

Inherited classes become singleton.

Note:

Basically, implementation should avoid the use of Singleton.