mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 12:17:24 +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
|