1
0
mirror of synced 2024-11-24 14:30:11 +01:00
bemaniutils/bemani/frontend/templates/__init__.py

9 lines
117 B
Python
Raw Normal View History

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