Experiment with using absolute paths within model management

This commit is contained in:
Brandon Rising
2024-03-07 13:55:10 -05:00
committed by Brandon
parent 66f0ff5b13
commit e52274ecac
4 changed files with 5 additions and 6 deletions

View File

@ -60,7 +60,7 @@ class ModelLoaderRegistryBase(ABC):
TModelLoader = TypeVar("TModelLoader", bound=ModelLoaderBase)
class ModelLoaderRegistry:
class ModelLoaderRegistry(ModelLoaderRegistryBase):
"""
This class allows model loaders to register their type, base and format.
"""