Closed tazlin closed 3 months ago
Bug fix to permit kwarg in HordeLib(...) init calls, which really happen as a function of __new__ as a result of the class being a singleton.
HordeLib(...)
__new__
Bug fix to permit kwarg in
HordeLib(...)
init calls, which really happen as a function of__new__
as a result of the class being a singleton.