5 lines
149 B
Python
5 lines
149 B
Python
|
|
from literalai.api.asynchronous import AsyncLiteralAPI
|
||
|
|
from literalai.api.synchronous import LiteralAPI
|
||
|
|
|
||
|
|
__all__ = ["LiteralAPI", "AsyncLiteralAPI"]
|