forked from bot/app
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
|