mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-09-26 16:58:45 +03: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",
|
|
]
|