We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3934f1 commit 478972eCopy full SHA for 478972e
__init__.py
@@ -1,5 +1,6 @@
1
#!/usr/bin/env python3
2
from .pd_ninja.pd_view import PlayDateView
3
-
+from .pd_ninja.pd_plugin import register_plugin
4
5
PlayDateView.register()
6
+register_plugin()
0 commit comments