import tomllib
import os
with open("config/config.toml", "rb") as f:
config = tomllib.load(f)
def reload():
global config