mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-04-04 08:05:39 -05:00
9 lines
111 B
Python
9 lines
111 B
Python
import os
|
|
|
|
static_location = os.path.abspath(os.path.dirname(__file__))
|
|
|
|
|
|
__all__ = [
|
|
"static_location",
|
|
]
|