summaryrefslogtreecommitdiff
path: root/poezio/core/__init__.py
blob: cfe4c179684e94caa0a5cec2ba6d7a95aa68cc26 (plain)
1
2
3
4
5
6
7
"""
Core class, split into smaller chunks
"""
__all__ = ['Core', 'Command', 'Status']

from poezio.core.core import Core
from poezio.core.structs import Command, Status