8 lines
145 B
Python
8 lines
145 B
Python
"""Beaver Gateway — personal AI agent gateway."""
|
|
|
|
from __future__ import annotations
|
|
|
|
from beaver_gateway.cli import main
|
|
|
|
__all__ = ["main"]
|