mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Move audio stuff to an audio submodule
This commit is contained in:
parent
10e39cb20e
commit
5619a80105
2 changed files with 3 additions and 0 deletions
3
royalnet/audio/__init__.py
Normal file
3
royalnet/audio/__init__.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
from .playmodes import PlayMode, Playlist, Pool
|
||||
|
||||
__all__ = ["PlayMode", "Playlist", "Pool"]
|
Loading…
Reference in a new issue