File size: 84 Bytes
54310dd
 
 
 
1
2
3
4
# PATH: bot/server/__init__.py
from .app import create_app

__all__ = ["create_app"]