4 lines
79 B
Python
4 lines
79 B
Python
import os, toml
|
|
from dotenv import load_dotenv
|
|
|
|
config = toml.load("conf.toml") |