Source code for kuma
"""
This is the main kuma-py module. Hooks the Client and Document classes
together.
"""
from .client import Client
from .document import Document
"""
This is the main kuma-py module. Hooks the Client and Document classes
together.
"""
from .client import Client
from .document import Document