Skip to content

Commit 478972e

Browse files
author
lockbox
committedFeb 24, 2023
add plugin command imports to main plugin init
1 parent a3934f1 commit 478972e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python3
22
from .pd_ninja.pd_view import PlayDateView
3-
3+
from .pd_ninja.pd_plugin import register_plugin
44

55
PlayDateView.register()
6+
register_plugin()

0 commit comments

Comments
 (0)
Please sign in to comment.