feat: initial commit - unified FGTools from static, weather, mattermost-noti
This commit is contained in:
8
apps/dashboard/__init__.py
Normal file
8
apps/dashboard/__init__.py
Normal file
@ -0,0 +1,8 @@
|
||||
# ===================================================================
|
||||
# apps/dashboard/__init__.py
|
||||
# 대시보드 앱 패키지 초기화
|
||||
# ===================================================================
|
||||
|
||||
from .app import create_app, dashboard_bp, run_server
|
||||
|
||||
__all__ = ['create_app', 'dashboard_bp', 'run_server']
|
||||
Reference in New Issue
Block a user