9 lines
117 B
Python
9 lines
117 B
Python
import os
|
|
|
|
templates_location = os.path.abspath(os.path.dirname(__file__))
|
|
|
|
|
|
__all__ = [
|
|
"templates_location",
|
|
]
|