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