#! /usr/bin/env bash

## Get the directory of the current script
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

## Call the Python script with the relative path
python3 "${SCRIPT_DIR}/../nanodoc/nanodoc.py" "$@"
