mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-07-09 01:16:21 +00:00
Add music
This commit is contained in:
parent
640351e5bf
commit
bafe17e0d4
6 changed files with 276 additions and 22 deletions
|
@ -0,0 +1,7 @@
|
|||
from .hello import Hello
|
||||
from .music import Music
|
||||
|
||||
__all__ = [
|
||||
"Hello",
|
||||
"Music",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue