mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-28 13:20:13 +08:00
11 lines
365 B
Python
11 lines
365 B
Python
from __future__ import absolute_import
|
|
from __future__ import unicode_literals
|
|
from __future__ import print_function
|
|
from __future__ import division
|
|
from future import standard_library
|
|
standard_library.install_aliases()
|
|
from .MT1Dsolutions import * # Add the names of the functions
|
|
from .MT1Danalytic import *
|
|
from .dataUtils import *
|
|
from .ediFilesUtils import *
|