#!/usr/bin/env python3

# This script serves as entry point for PyInstaller.

from flamenco_worker import cli

cli.main()