grok2api / app /dataplane /proxy /lease.py
FUCAT's picture
Deploy grok2api to HF Spaces (Docker)
7e55e53
Raw
History Blame Contribute Delete
324 Bytes
"""Proxy dataplane lease — re-export from control plane.
ProxyLease is defined in ``app.control.proxy.models`` and used throughout
both control and dataplane layers. This module provides a canonical import
path within the dataplane package.
"""
from app.control.proxy.models import ProxyLease
__all__ = ["ProxyLease"]