"""
IO package for user interface abstractions.
"""

from core.io.base import UserInterface

__all__ = ["UserInterface"]