Refactored some names again

This commit is contained in:
Andrei Bondarenko 2021-08-12 11:11:59 +02:00
parent b9526c64ee
commit 4c802a6a03
4 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,4 @@
from service.base import Service, UUID
from services.base import Service, UUID
from state.base import State
from typing import Any, List