Skip to content

Commit

Permalink
Export VaasTimeoutError
Browse files Browse the repository at this point in the history
  • Loading branch information
ata-no-one authored and pstadermann committed Jun 10, 2022
1 parent e997395 commit 217f1b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/src/vaas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
:mod:`vaas` is a Python library for the VaaS-API."""

__version__ = "0.0.1"
__all__ = ["Vaas", "VaasTracing"]
__all__ = ["Vaas", "VaasTracing", "VaasTimeoutError"]

__author__ = "G DATA CyberDefense AG <[email protected]>"

from .vaas import Vaas, VaasTracing
from .vaas import Vaas, VaasTracing, VaasTimeoutError

0 comments on commit 217f1b7

Please sign in to comment.