Commit 1e57cc54 authored by Hejing Li's avatar Hejing Li
Browse files

simulation/__init__.py: add import

parent 6a7fc3ee
......@@ -19,3 +19,9 @@
# CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
from simbricks.orchestration.simulation.base import *
from simbricks.orchestration.simulation.pcidev import *
from simbricks.orchestration.simulation.host import *
from simbricks.orchestration.simulation.channel import *
from simbricks.orchestration.simulation.net import *
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment