We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4daae5a commit 0f51ec7Copy full SHA for 0f51ec7
src/env.py
@@ -0,0 +1,5 @@
1
+from dotenv import load_dotenv
2
+
3
+load_dotenv()
4
5
+ACCESS_TOKEN = os.getenv("ACCESS_TOKEN")
0 commit comments