Add twilio configuration user flow

This commit is contained in:
akhisud3195 2025-03-02 18:58:10 +05:30 committed by Ramnique Singh
parent 4b3395ea3a
commit de6b3cbbbb
11 changed files with 926 additions and 65 deletions

6
apps/voice/load_env.py Normal file
View file

@ -0,0 +1,6 @@
from dotenv import load_dotenv
import os
def load_environment():
"""Load environment variables from .env file"""
load_dotenv()