#!/usr/bin/env python3

import sys

# use local package
sys.path.insert(0, "..")

from pandoc_include.main import main

main()
