Refactored some names again
This commit is contained in:
parent
b9526c64ee
commit
4c802a6a03
4 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +0,0 @@
|
|||
from abc import ABC, abstractmethod
|
||||
from uuid import UUID
|
||||
|
||||
|
||||
class Service(ABC):
|
||||
def __init__(self, model: UUID):
|
||||
self.model = model
|
||||
Loading…
Add table
Add a link
Reference in a new issue