Added comments about maintainability to the python version.

This commit is contained in:
Elf M. Sternberg 2016-05-20 18:10:58 -07:00
parent 96573504bb
commit 76aa6b6509
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
#!/usr/bin/env python
# This Python file is a hand-edited version of the Hy version. It has
# the exact same functionality, but I recommend using the Hy version
# if you can, as it's the one I'm actively maintaining.
VERSION = '0.0.2'
import os
import re