Team13.4 / api /constants.py
Xmaster6y's picture
initial setup
ab8b5a4
raw
history blame
93 Bytes
"""
Constants for the whole API.
"""
import os
X_API_KEY = os.environ.get("X_API_KEY", "")