#!/usr/bin/python3# GENERATED BY DEBIANimportsys# Run the main entry point, similarly to how setuptools does it, but because# we didn't install the actual entry point from setup.py, don't use the# pkg_resources API.frompipimport__main__if__name__=='__main__':sys.exit(__main__._main())