Skip to content
Snippets Groups Projects
flamenco-worker.py 122 B
Newer Older
  • Learn to ignore specific revisions
  • #!/usr/bin/env python3
    
    # This script serves as entry point for PyInstaller.
    
    from flamenco_worker import cli
    
    cli.main()