towhee.utils.singleton.singleton

towhee.utils.singleton.singleton(cls)[source]

Wrapper that creates singleton instance of class that it is fed.

Returns:

Singleton instance of class.

Return type:

any