Directory rename

This commit is contained in:
Edward Betts 2025-11-15 19:00:09 +00:00
parent 74ec79ad9e
commit 9fbe130841
8 changed files with 1 additions and 1 deletions

2
app.py
View file

@ -1,6 +1,6 @@
"""Entry-point for running the Flask development server.""" """Entry-point for running the Flask development server."""
from gen_photo_alt_text import create_app from station_announcer import create_app
app = create_app() app = create_app()