rEFACTORED SOME NAMES

This commit is contained in:
Andrei Bondarenko 2021-08-11 23:15:24 +02:00
parent 9ab337a6a1
commit f3680c289f
2 changed files with 1 additions and 1 deletions

View file

@ -3,7 +3,7 @@ from state.base import State
from typing import Any, List
class Bottom0(Service):
class Bottom(Service):
def __init__(self, model: UUID, state: State):
super().__init__(model)
self.state = state

View file