6 lines
235 B
Python
6 lines
235 B
Python
#####################################################
|
|
# Copyright (c) Xuanyi Dong [GitHub D-X-Y], 2021.03 #
|
|
#####################################################
|
|
from .super_module import SuperModule
|
|
from .super_mlp import SuperLinear
|