#!/bin/bash
# Wrapper for HADES Security Framework (System)
export PYTHONIOENCODING=utf-8
# Use the virtual environment's python
/opt/hades/venv/bin/python3 /opt/hades/hades.py "$@"
