changed per Philips suggestion

config folder will later contain debug.py and numerics.py
This commit is contained in:
Claudio Zambaldi 2011-12-15 15:15:32 +00:00
parent 0eb51046a4
commit a27a78bab1
4 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
from .environment import Environment # only one class
from .asciitable import ASCIItable # only one class
from .material import Material
from .config import Material # will be extended to debug and numerics
from .result import Result # one class with subclasses
from .geometry import Geometry # one class with subclasses
from .solver import Solver # one class with subclasses

View File

@ -0,0 +1 @@
from . import Material

View File

@ -1 +0,0 @@
from .material import Material