ehsanulhaque92/AuraScanAI
0
1# This is the entry point for the Hugging Face Space.2# It simply imports the Flask app instance from our structured source code.3from src.api.app import app4 5# The 'app' variable is what the Hugging Face/Gunicorn server will look for.