Add exports for gamdl.interface package

This commit is contained in:
Rafael Moraes
2026-04-19 19:08:18 -03:00
parent b59d7b9a73
commit 9d504a34b0
+8
View File
@@ -0,0 +1,8 @@
from .base import AppleMusicBaseInterface
from .enums import *
from .exceptions import *
from .interface import AppleMusicInterface
from .music_video import AppleMusicMusicVideoInterface
from .song import AppleMusicSongInterface
from .types import *
from .uploaded_video import AppleMusicUploadedVideoInterface