"""Application package."""
from .app import ColorCalcApp, start_app
__all__ = ["ColorCalcApp", "start_app"]