mirror of
https://github.com/onyx-and-iris/streamlabs-socketio-py
synced 2026-03-24 15:59:10 +00:00
8 lines
135 B
Python
8 lines
135 B
Python
from loguru import logger
|
|
|
|
from .client import request_client_object as connect
|
|
|
|
__ALL__ = ['connect']
|
|
|
|
logger.disable('streamlabsio')
|