Andrei Bondarenko 4 лет назад
Родитель
Сommit
f3680c289f
2 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      service/bottom_0.py
  2. 0 0
      service/bottom/__init__.py

+ 1 - 1
service/bottom_0.py

@@ -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

+ 0 - 0
service/bottom/__init__.py