Add File
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from .depth_ffn import DepthFFN
|
||||
|
||||
__all__ = {
|
||||
'DepthFFN': DepthFFN
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
from .depth_ffn import DepthFFN
|
||||
|
||||
__all__ = {
|
||||
'DepthFFN': DepthFFN
|
||||
}
|
||||