Skip to content
Snippets Groups Projects
__init__.py 480 B
Newer Older
# Copyright (c) 2019 Nico Alt
# SPDX-License-Identifier: AGPL-3.0-only
# License-Filename: LICENSE.md

Nico's avatar
Nico committed
"""
Wrapper for the Briar Headless REST API

Before using `briar_wrapper` you need to initialize an instance of
`briar_wrapper.api.Api`. You can check with `briar_wrapper.api.Api.has_account`
whether you want want to `briar_wrapper.api.Api.login` or
`briar_wrapper.api.Api.register`. Now you can start to use the wrappers in
 `briar_wrapper.models`.
"""
Nico's avatar
Nico committed

Nico's avatar
Nico committed
__version__ = "0.0.3"