#!/opt/slapos/parts/python3/bin/python3

import sys
sys.path[0:0] = [
  '/opt/slapos/develop-eggs/lxml-4.9.1-py3.7-linux-armv7l.egg',
  '/opt/slapos/develop-eggs/cffi-1.15.0-py3.7-linux-armv7l.egg',
  '/opt/slapos/develop-eggs/PyYAML-5.4.1-py3.7-linux-armv7l.egg',
  '/opt/slapos/develop-eggs/cryptography-3.3.2-py3.7-linux-armv7l.egg',
  '/opt/slapos/eggs/pyOpenSSL-19.1.0-py3.7.egg',
  '/opt/slapos/eggs/slapos.libnetworkcache-0.25-py3.7.egg',
  '/opt/slapos/eggs/zc.buildout-2.7.1+slapos019-py3.7.egg',
  '/opt/slapos/eggs/slapos.core-1.9.3-py3.7.egg',
  '/opt/slapos/eggs/distro-1.7.0-py3.7.egg',
  '/opt/slapos/eggs/uritemplate-3.0.0-py3.7.egg',
  '/opt/slapos/eggs/jsonschema-4.17.3-py3.7.egg',
  '/opt/slapos/eggs/lockfile-0.12.2-py3.7.egg',
  '/opt/slapos/eggs/CacheControl-0.12.6-py3.7.egg',
  '/opt/slapos/eggs/six-1.16.0-py3.7.egg',
  '/opt/slapos/eggs/requests-2.28.1-py3.7.egg',
  '/opt/slapos/eggs/cliff-2.8.3-py3.7.egg',
  '/opt/slapos/eggs/zope.interface-5.4.0-py3.7-linux-armv7l.egg',
  '/opt/slapos/eggs/xml_marshaller-1.0.2-py3.7.egg',
  '/opt/slapos/eggs/psutil-5.8.0-py3.7-linux-armv7l.egg',
  '/opt/slapos/eggs/supervisor-4.1.0-py3.7.egg',
  '/opt/slapos/eggs/setuptools-44.1.1-py3.7.egg',
  '/opt/slapos/eggs/netifaces-0.10.7-py3.7-linux-armv7l.egg',
  '/opt/slapos/eggs/netaddr-0.7.19-py3.7.egg',
  '/opt/slapos/eggs/Flask-1.1.2-py3.7.egg',
  '/opt/slapos/eggs/pycparser-2.20-py3.7.egg',
  '/opt/slapos/eggs/typing_extensions-4.3.0-py3.7.egg',
  '/opt/slapos/eggs/pyrsistent-0.18.1-py3.7-linux-armv7l.egg',
  '/opt/slapos/eggs/pkgutil_resolve_name-1.3.10-py3.7.egg',
  '/opt/slapos/eggs/importlib_resources-5.10.2-py3.7.egg',
  '/opt/slapos/eggs/importlib_metadata-1.7.0-py3.7.egg',
  '/opt/slapos/eggs/attrs-22.2.0-py3.7.egg',
  '/opt/slapos/eggs/msgpack-0.6.2-py3.7-linux-armv7l.egg',
  '/opt/slapos/eggs/certifi-2022.12.7-py3.7.egg',
  '/opt/slapos/eggs/urllib3-1.26.12-py3.7.egg',
  '/opt/slapos/eggs/idna-3.4-py3.7.egg',
  '/opt/slapos/eggs/charset_normalizer-2.1.1-py3.7.egg',
  '/opt/slapos/eggs/stevedore-1.21.0-py3.7.egg',
  '/opt/slapos/eggs/pyparsing-3.0.9-py3.7.egg',
  '/opt/slapos/eggs/pbr-5.9.0-py3.7.egg',
  '/opt/slapos/eggs/cmd2-0.7.0-py3.7.egg',
  '/opt/slapos/eggs/prettytable-0.7.2-py3.7.egg',
  '/opt/slapos/eggs/click-8.1.3-py3.7.egg',
  '/opt/slapos/eggs/itsdangerous-0.24-py3.7.egg',
  '/opt/slapos/eggs/Jinja2-2.11.3-py3.7.egg',
  '/opt/slapos/eggs/Werkzeug-2.0.2-py3.7.egg',
  '/opt/slapos/eggs/zipp-3.12.0-py3.7.egg',
  '/opt/slapos/eggs/MarkupSafe-1.0-py3.7-linux-armv7l.egg',
  ]

import os
os.environ['PATH'] = os.path.expandvars('/opt/slapos/parts/bison/bin:/opt/slapos/parts/bzip2/bin:/opt/slapos/parts/gettext/bin:/opt/slapos/parts/glib/bin:/opt/slapos/parts/libxml2/bin:/opt/slapos/parts/libxslt/bin:/opt/slapos/parts/m4/bin:/opt/slapos/parts/ncurses/bin:/opt/slapos/parts/openssl/bin:/opt/slapos/parts/pkgconfig/bin:/opt/slapos/parts/python3/bin:/opt/slapos/parts/readline/bin:/opt/slapos/parts/sqlite3/bin:/opt/slapos/parts/swig/bin:/opt/slapos/bin:/opt/slapos/parts/patch/bin:/opt/slapos/parts/socat/bin:$PATH')

import slapos.cli.entry

if __name__ == '__main__':
    sys.exit(slapos.cli.entry.main())
