Revert "Reorganization"

This reverts commit f44c888a
This commit is contained in:
Andrei Bondarenko 2021-07-24 21:50:12 +02:00
parent f44c888ace
commit 1931020bb1
25 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
from services.bottom.pystate import PyState
from state.pystate import PyState
class DevState(PyState):

View file

@ -1,6 +1,6 @@
from typing import Any, List, Tuple, Optional
from services.bottom.base import State, Node, Edge, Element
from state.base import State, Node, Edge, Element
class PyState(State):

View file

@ -1,5 +1,5 @@
import pytest
from services.bottom.pystate import PyState
from state.pystate import PyState
# from state.rdfstate import RDFState
# from state.neo4jstate import Neo4jState