Files
py34/scraper/config.py

6 lines
89 B
Python
Raw Permalink Normal View History

2025-08-09 17:15:20 +02:00
import tomllib
with open("config.toml", "rb") as file:
config = tomllib.load(file)