restoring working structure for config submodule
This commit is contained in:
parent
b53288c0be
commit
3873a3d20d
|
@ -20,6 +20,6 @@ from . import solver # noqa
|
||||||
|
|
||||||
# deprecated
|
# deprecated
|
||||||
from ._asciitable import ASCIItable # noqa
|
from ._asciitable import ASCIItable # noqa
|
||||||
from ._config import Material # noqa
|
|
||||||
from ._test import Test # noqa
|
from ._test import Test # noqa
|
||||||
|
from .config import Material # noqa
|
||||||
from .util import extendableOption # noqa
|
from .util import extendableOption # noqa
|
||||||
|
|
Loading…
Reference in New Issue