6 lines
110 B
Python
6 lines
110 B
Python
"""Khal service package for calendar operations."""
|
|
|
|
from .client import KhalClient
|
|
|
|
__all__ = ["KhalClient"]
|