Skip to content

Commit

Permalink
Merge pull request #10 from ynput/enhancement/add-version-to-public-api
Browse files Browse the repository at this point in the history
Chore: Client has __version__ init file
  • Loading branch information
iLLiCiTiT committed Jul 15, 2024
2 parents 723463e + 8ac63ca commit 255a0ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/ayon_openrv/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
from .version import __version__
from .addon import (
OpenRVAddon,
OPENRV_ROOT_DIR
)


__all__ = (
"__version__",

"OpenRVAddon",
"OPENRV_ROOT_DIR"
)

0 comments on commit 255a0ca

Please sign in to comment.