restoring working structure for config submodule

This commit is contained in:
Martin Diehl 2020-03-21 22:13:40 +01:00
parent b53288c0be
commit 3873a3d20d
4 changed files with 5 additions and 5 deletions

View File

@ -20,6 +20,6 @@ from . import solver # noqa
# deprecated
from ._asciitable import ASCIItable # noqa
from ._config import Material # noqa
from ._test import Test # noqa
from .config import Material # noqa
from .util import extendableOption # noqa