Edit on GitHub

hexdoc

A Jinja-based documentation generator for Patchouli books.

1"""
2A [Jinja](https://jinja.palletsprojects.com/en/3.1.x/)-based documentation generator for [Patchouli](https://github.com/VazkiiMods/Patchouli) books.
3"""
4
5from .__version__ import VERSION as VERSION
6
7HEXDOC_MODID = "hexdoc"
HEXDOC_MODID = 'hexdoc'