mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-02-01 02:31:26 +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
|