#!/home/renault/Projects/dev-tools/guake-3.0/.venv/bin/python
# PBR Generated from 'console_scripts'

import sys

from guake.main import exec_main


if __name__ == "__main__":
    sys.exit(exec_main())
