1
0
mirror of synced 2025-01-19 06:27:23 +01:00

9 lines
111 B
Python
Raw Normal View History

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