refactor: modularize code by creating separate utility modules for environment, configuration, UI setup, API key management, content generation, SEO tools, file processing, and voice processing
This commit is contained in:
5
lib/utils/environment_utils.py
Normal file
5
lib/utils/environment_utils.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import os
|
||||
from dotenv import load_dotenv
|
||||
|
||||
def load_environment():
|
||||
load_dotenv()
|
||||
Reference in New Issue
Block a user