From f3680c289fc5bda29b3269d42de3dcb60b60d11e Mon Sep 17 00:00:00 2001 From: Andrei Bondarenko Date: Wed, 11 Aug 2021 23:15:24 +0200 Subject: [PATCH] rEFACTORED SOME NAMES --- service/{bottom_0.py => bottom/V0.py} | 2 +- service/bottom/__init__.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename service/{bottom_0.py => bottom/V0.py} (99%) create mode 100644 service/bottom/__init__.py diff --git a/service/bottom_0.py b/service/bottom/V0.py similarity index 99% rename from service/bottom_0.py rename to service/bottom/V0.py index 4a6be94..36a51d8 100644 --- a/service/bottom_0.py +++ b/service/bottom/V0.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 diff --git a/service/bottom/__init__.py b/service/bottom/__init__.py new file mode 100644 index 0000000..e69de29