#!/bin/bash

# Helper file for development tests: call `mklog`.
export PYTHONPATH="$(cd $(dirname $0)/.. && pwd):$PYTHONPATH"
python3 -m mklog "$@"
