From f49741ddbcad19bd0c2c9a06d660003c94de9a10 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sun, 13 Oct 2024 16:27:19 +0100 Subject: [PATCH] Use dotenv --- conference/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conference/__init__.py b/conference/__init__.py index 6891012..415e3d2 100644 --- a/conference/__init__.py +++ b/conference/__init__.py @@ -6,6 +6,9 @@ import typing from datetime import date import yaml +from dotenv import load_dotenv + +load_dotenv() config_file_path = os.path.expanduser( os.path.join(