Files
DragonMinded_bemaniutils/bemani/frontend/static/__init__.py
T

9 lines
111 B
Python

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