Files

6 lines
100 B
Python

"""Resume agent MVP backend."""
from .main import app, create_app
__all__ = ["app", "create_app"]