Rxrohans/PayLens-Dev
0
1import subprocess2import sys3from pathlib import Path4 5# Add src to path and run the real app6sys.path.insert(0, str(Path(__file__).parent / "src"))7 8from app import *1import subprocess2import sys3from pathlib import Path4 5# Add src to path and run the real app6sys.path.insert(0, str(Path(__file__).parent / "src"))7 8from app import *