Files
fgtools/apps/webhook/__init__.py

9 lines
314 B
Python

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