6 lines
154 B
Python
6 lines
154 B
Python
"""``ApiFrontend`` - the conversations API and event stream."""
|
|
|
|
from beaver_gateway.frontends.api.frontend import ApiFrontend
|
|
|
|
__all__ = ["ApiFrontend"]
|