nimazasinich
Hugging face space pause (#122)
ca2386d
raw
history blame
153 Bytes
def test_import_main_app():
# Smoke-test: ensure the FastAPI app can be imported.
from main import app # noqa: F401
assert app is not None