4 lines
152 B
Python
4 lines
152 B
Python
# The original Tempita implements all of its templating code here.
|
|
# Moved it to _tempita.py to make the compilation portable.
|
|
|
|
from ._tempita import *
|