resume-analyzer / api /__init__.py
ananttripathiak's picture
Create api/__init__.py
08af218 verified
raw
history blame contribute delete
77 Bytes
"""
API Package
FastAPI backend for Resume Analyzer.
"""
__all__ = ['app']