Skip to content

Commit

Permalink
refactor: add session, add factory
Browse files Browse the repository at this point in the history
  • Loading branch information
alexb1200 committed Jul 13, 2023
1 parent d93511f commit 59dddcb
Show file tree
Hide file tree
Showing 2 changed files with 427 additions and 371 deletions.
4 changes: 2 additions & 2 deletions src/dioptra/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
# https://creativecommons.org/licenses/by/4.0/legalcode
from __future__ import annotations

from ._client import DioptraClient
from ._client import DioptraClient, get_dioptra_client

__all__ = ["DioptraClient"]
__all__ = ["DioptraClient", "get_dioptra_client"]
Loading

0 comments on commit 59dddcb

Please sign in to comment.