File size: 152 Bytes
fb5159d | 1 2 3 4 5 | # The original Tempita implements all of its templating code here.
# Moved it to _tempita.py to make the compilation portable.
from ._tempita import *
|
fb5159d | 1 2 3 4 5 | # The original Tempita implements all of its templating code here.
# Moved it to _tempita.py to make the compilation portable.
from ._tempita import *
|