revanced-polling-api/app/dependencies.py
2022-11-16 20:59:28 -03:00

10 lines
178 B
Python

import toml
def load_config() -> dict:
"""Loads the config.toml file.
Returns:
dict: the config.toml file as a dict
"""
return toml.load("config.toml")