mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2025-06-14 08:37:40 +00:00
7 lines
101 B
Python
7 lines
101 B
Python
from .auto_set_env import auto_set_env
|
|
|
|
|
|
def init(config: dict):
|
|
auto_set_env(config)
|
|
return
|