1
Fork 0
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:
Steffo 2019-04-12 19:23:34 +02:00
parent 10e39cb20e
commit 5619a80105
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1,3 @@
from .playmodes import PlayMode, Playlist, Pool
__all__ = ["PlayMode", "Playlist", "Pool"]