import sys import os # Allow `import backend.app.*` from the project root sys.path.insert(0, os.path.dirname(__file__))