Skip to content

Commit ed8bf87

Browse files
committed
fix: avoid imports from endstone._internal
1 parent 4bbfaab commit ed8bf87

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/endstone_example/example_plugin.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
from endstone._internal.endstone_python import EventPriority
21
from endstone.command import Command, CommandSender
3-
from endstone.event import ServerLoadEvent, event_handler
2+
from endstone.event import EventPriority, ServerLoadEvent, event_handler
43
from endstone.plugin import Plugin
54

65
from endstone_example.python_command import PythonCommandExecutor

0 commit comments

Comments
 (0)