feat: initial commit - unified FGTools from static, weather, mattermost-noti
This commit is contained in:
8
apps/webhook/__init__.py
Normal file
8
apps/webhook/__init__.py
Normal 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']
|
||||
Reference in New Issue
Block a user