from setuptools import setup, find_packages

setup(
    name="unified_video_action",
    packages=find_packages(),
)
