mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 16:36:22 +02:00
mv experimental apps
This commit is contained in:
parent
7f6ece90f8
commit
f722591ccd
53 changed files with 31 additions and 31 deletions
6
apps/experimental/twilio_handler/load_env.py
Normal file
6
apps/experimental/twilio_handler/load_env.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from dotenv import load_dotenv
|
||||
import os
|
||||
|
||||
def load_environment():
|
||||
"""Load environment variables from .env file"""
|
||||
load_dotenv()
|
||||
Loading…
Add table
Add a link
Reference in a new issue