5 lines
152 B
Python
5 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 *
|