progress on kafka

This commit is contained in:
lennyaiko
2025-04-10 14:57:35 +01:00
parent a2e4daa4e7
commit a5d1f45c4e
3 changed files with 2 additions and 17 deletions
-2
View File
@@ -1,6 +1,4 @@
from app import create_app
from app.integrations import KafkaIntegration
from app.config import settings
app = create_app()