ritwik098's picture
Create configs/config.py
6684b3a verified
raw
history blame contribute delete
119 Bytes
from dotenv import load_dotenv
from os import getenv
load_dotenv()
class Config:
nebius_api = getenv('NEBIUS_API')