Updated README.md to document template system

This commit is contained in:
Rhet Turnbull
2020-06-13 10:52:18 -07:00
parent 868ee7737b
commit 0004250e74
2 changed files with 9 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
""" Builds the template table in markdown format for README.md """
from osxphotos.photoinfo.template import (
from osxphotos.phototemplate import (
TEMPLATE_SUBSTITUTIONS,
TEMPLATE_SUBSTITUTIONS_MULTI_VALUED,
)