This repository has been archived on 2023-02-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
flamenco-worker/flamenco-worker.py
Sybren A. Stüvel 694260e72f Initial support for pyinstaller, needs testing & documenting
It also needs to be extended to include the system integration files.
2017-08-23 17:36:54 +02:00

8 lines
122 B
Python

#!/usr/bin/env python3
# This script serves as entry point for PyInstaller.
from flamenco_worker import cli
cli.main()