Skip to content

Commit

Permalink
plugin registration
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Jan 26, 2024
1 parent b287ecd commit 32b8c95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/compas_pythreejs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@


__all__ = ["HOME", "DATA", "DOCS", "TEMP"]

__all_plugins__ = [
"compas_pythreejs.scene",
"compas_pythreejs.display",
]

0 comments on commit 32b8c95

Please sign in to comment.