mirror of
http://88.130.71.182:3000/BlitTech/badoHair_be.git
synced 2026-06-12 23:23:22 +00:00
4 lines
134 B
Python
4 lines
134 B
Python
import sys, os
|
|
# Ensure the project root is on the path so `from main import app` works
|
|
sys.path.insert(0, os.path.dirname(__file__))
|