pocketpose.models.factory
#
Model factory to create models from their names.
This module contains a factory to create models from their names. The factory is used to create models, which can then be retrieved by name using the model factory.
- Example:
>>> from pocketpose.models.factory import ModelFactory >>> model = ModelFactory.create("model1")