relative imports

This commit is contained in:
shahules786 2022-10-03 20:00:49 +05:30
parent 5e5fd9d9b0
commit ecd47905dd
1 changed files with 2 additions and 1 deletions

View File

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