rEFACTORED SOME NAMES
This commit is contained in:
parent
9ab337a6a1
commit
f3680c289f
2 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ from state.base import State
|
||||||
from typing import Any, List
|
from typing import Any, List
|
||||||
|
|
||||||
|
|
||||||
class Bottom0(Service):
|
class Bottom(Service):
|
||||||
def __init__(self, model: UUID, state: State):
|
def __init__(self, model: UUID, state: State):
|
||||||
super().__init__(model)
|
super().__init__(model)
|
||||||
self.state = state
|
self.state = state
|
||||||
0
service/bottom/__init__.py
Normal file
0
service/bottom/__init__.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue