@@ -0,0 +1,13 @@
"""
StarPunk - Minimal IndieWeb CMS
Main application entry point
from starpunk import create_app
app = create_app()
if __name__ == '__main__':
# Development server
# For production, use: gunicorn app:app
app.run(debug=True)
The note is not visible to the blocked user.