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.
6 lines
86 B
Python
Executable File
6 lines
86 B
Python
Executable File
"""Create an application instance."""
|
|
|
|
from app import create_app
|
|
|
|
app = create_app()
|