Rename csp.py -> cspnet.py

This commit is contained in:
Ross Wightman 2020-07-27 11:15:07 -07:00
parent ec37008432
commit 14ef7a0dd6
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from .csp import *
from .cspnet import *
from .densenet import *
from .dla import *
from .dpn import *