OpenRAM/technology/scn4m_subm/tech/__init__.py

14 lines
323 B
Python
Raw Normal View History

# See LICENSE for licensing information.
#
#Copyright (c) 2019 Regents of the University of California and The Board
#of Regents for the Oklahoma Agricultural and Mechanical College
#(acting for and on behalf of Oklahoma State University)
#All rights reserved.
#
2018-09-13 20:03:35 +02:00
"""
Import tech specific modules.
"""
2019-03-06 16:41:38 +01:00
from .tech import *
2018-09-13 20:03:35 +02:00