#!/bin/bash

export PYTHONPATH="/app:$PYTHONPATH"

/venv/bin/python -m promabbix.promabbix "$@"
