mirror of
https://github.com/kennethreitz/empartations.git
synced 2026-06-21 15:00:58 +00:00
4 lines
63 B
Python
4 lines
63 B
Python
import os
|
|
|
|
ANTHROPIC_API_KEY = os.environ["ANTHROPIC_API_KEY"]
|