social-photos/load_config.py

4 lines
79 B
Python
Raw Normal View History

2023-11-05 14:42:08 +00:00
import os, toml
from dotenv import load_dotenv
config = toml.load("conf.toml")