generated from kgod/ai-review-template
6 lines
100 B
Python
6 lines
100 B
Python
"""Resume agent MVP backend."""
|
|
|
|
from .main import app, create_app
|
|
|
|
__all__ = ["app", "create_app"]
|