vban-cmd-python/examples/obs/setup.py
Onyx and Iris 16df0d559e make changes to sockets.
replace black+isort with ruff

upd examples
2025-01-17 02:51:17 +00:00

8 lines
125 B
Python

from setuptools import setup
setup(
name='obs',
description='OBS Example',
install_requires=['obsws-python'],
)