feat: initial commit - unified FGTools from static, weather, mattermost-noti

This commit is contained in:
2025-12-31 09:56:37 +09:00
commit 4ff5dba4b1
29 changed files with 5786 additions and 0 deletions

8
apps/webhook/__init__.py Normal file
View File

@ -0,0 +1,8 @@
# ===================================================================
# apps/webhook/__init__.py
# 웹훅 수신 앱 패키지 초기화
# ===================================================================
from .app import create_app, webhook_bp, run_server
__all__ = ['create_app', 'webhook_bp', 'run_server']