1
0
mirror of synced 2024-11-15 02:17:36 +01:00
bemaniutils/bemani/frontend/static/__init__.py
2019-12-10 01:11:18 +00:00

9 lines
111 B
Python

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