relative imports

This commit is contained in:
shahules786 2022-10-05 15:27:20 +05:30
parent 6c4bced360
commit bf37570d4a
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.0.1"

View File

@ -1 +1 @@
from enhancer.data.dataset import EnhancerDataset
from enhancer.data.dataset import EnhancerDataset

View File

@ -1,3 +1,3 @@
from enhancer.models.demucs import Demucs
from enhancer.models.waveunet import WaveUnet
from enhancer.models.model import Model
from enhancer.models.model import Model