Re-export exceptions in api package

This commit is contained in:
Rafael Moraes
2026-04-19 19:08:42 -03:00
parent 9d504a34b0
commit 56748797eb
+1
View File
@@ -1,2 +1,3 @@
from .apple_music import AppleMusicApi
from .exceptions import *
from .itunes import ItunesApi