voicemeeter-api-python/voicemeeterlib/__init__.py

4 lines
66 B
Python
Raw Normal View History

2022-06-16 14:07:12 +01:00
from .factory import request_remote_obj as api
__ALL__ = ["api"]