Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3337 from pypeclub/feature/OP-3315_Host-implement…
Browse files Browse the repository at this point in the history
…ation-defined-with-class
  • Loading branch information
mkolar authored Jul 4, 2022
2 parents 53a8745 + fb36060 commit f277640
Show file tree
Hide file tree
Showing 15 changed files with 810 additions and 196 deletions.
13 changes: 13 additions & 0 deletions openpype/host/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
from .host import (
HostBase,
IWorkfileHost,
ILoadHost,
INewPublisher,
)

__all__ = (
"HostBase",
"IWorkfileHost",
"ILoadHost",
"INewPublisher",
)
Loading

0 comments on commit f277640

Please sign in to comment.