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

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