This commit is contained in:
2024-04-15 04:02:47 +03:00
parent 3335ee5e22
commit 2b626b189f
12 changed files with 154 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
from abc import abstractmethod
from typing import Protocol
from flask_demo_api.protocols.models import KeyDTO
from protocols.models import KeyDTO
class Repository(Protocol):