mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2024-11-11 01:27:29 +08: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
|