redoing model loading design
This commit is contained in:
parent
f60bafd007
commit
edbc5c3f84
0
image_prediction/model_loader/database/__init__.py
Normal file
0
image_prediction/model_loader/database/__init__.py
Normal file
8
image_prediction/model_loader/database/connector.py
Normal file
8
image_prediction/model_loader/database/connector.py
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
import abc
|
||||||
|
|
||||||
|
|
||||||
|
class DatabaseConnector(abc.ABC):
|
||||||
|
|
||||||
|
@abc.abstractmethod
|
||||||
|
def get_object(self, identifier):
|
||||||
|
pass
|
||||||
Loading…
x
Reference in New Issue
Block a user