Some past commits might have contained Cursor's IP or accidentally commited API keys. Before making the repository public, all the history has been squashed into a single commit with.
5 lines
86 B
Python
5 lines
86 B
Python
"""Main application package."""
|
|
|
|
__all__ = ["create_app"]
|
|
from .app import create_app
|