atsushieee's picture
Upload folder using huggingface_hub
c1e08a0 verified
raw
history blame
175 Bytes
"""Service layer for the Improvisation Lab."""
from improvisation_lab.service.melody_practice_service import \
MelodyPracticeService
__all__ = ["MelodyPracticeService"]