Add music

This commit is contained in:
Michał Gdula 2023-09-07 15:02:11 +01:00
parent 640351e5bf
commit bafe17e0d4
6 changed files with 276 additions and 22 deletions

View file

@ -0,0 +1,7 @@
from .hello import Hello
from .music import Music
__all__ = [
"Hello",
"Music",
]