2019-04-26 21:21:50 +02:00
|
|
|
# See LICENSE for licensing information.
|
|
|
|
|
#
|
2023-01-29 07:56:27 +01:00
|
|
|
# Copyright (c) 2016-2023 Regents of the University of California and The Board
|
2019-06-14 17:43:41 +02:00
|
|
|
# of Regents for the Oklahoma Agricultural and Mechanical College
|
|
|
|
|
# (acting for and on behalf of Oklahoma State University)
|
|
|
|
|
# All rights reserved.
|
2019-04-26 21:21:50 +02:00
|
|
|
#
|
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
|
|
|
|