Browse Source

rEFACTORED SOME NAMES

Andrei Bondarenko 2 years ago
parent
commit
f3680c289f
2 changed files with 1 additions and 1 deletions
  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