add missing imports in module/__init__.py

This commit is contained in:
chenfeiyu 2020-02-13 04:25:24 +00:00 committed by liuyibing01
parent 173693f469
commit da9f3316c7
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
from . import weight_norm
from .customized import *