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