Skip to content

Commit

Permalink
fix: remove HumanActor in actor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Jun 4, 2024
1 parent 6c760fc commit 2f24907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/src/endstone/actor.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from endstone._internal.endstone_python import Actor, HumanActor
from endstone._internal.endstone_python import Actor

__all__ = ["Actor", "HumanActor"]
__all__ = ["Actor"]

0 comments on commit 2f24907

Please sign in to comment.