mirror of
https://github.com/unmojang/meta.git
synced 2025-09-27 21:23:43 -04:00
8 lines
148 B
Python
8 lines
148 B
Python
from os.path import join
|
|
|
|
BASE_DIR = "authlib-injector"
|
|
|
|
ARTIFACTS_DIR = join(BASE_DIR, "artifacts")
|
|
|
|
AGENT_COMPONENT = "moe.yushi.authlibinjector"
|