#!/usr/bin/env python """Entry point for PyInstaller and direct invocation.""" from ccma.app import main if __name__ == "__main__": main()