Difficult-Rocket/libs/pyglet/media/drivers/silent/__init__.py

9 lines
127 B
Python
Raw Normal View History

2021-04-16 23:21:06 +08:00
from . import adaptation
def create_audio_driver():
return adaptation.SilentDriver()
__all__ = ["create_audio_driver"]