Files

9 lines
111 B
Python

import os
static_location = os.path.abspath(os.path.dirname(__file__))
__all__ = [
"static_location",
]