Add twilio handler service

This commit is contained in:
arkml 2025-02-25 12:08:50 +05:30 committed by Ramnique Singh
parent de6b3cbbbb
commit 36d9698492
16 changed files with 1420 additions and 59 deletions

View file

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