Skip to content

Commit 71982d5

Browse files
committed
add demo plugin
1 parent 12756d3 commit 71982d5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

resources/plugins/demo_plugin/demo.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from hooks_api import pre_status
2+
3+
4+
@pre_status
5+
def print_something_first():
6+
print("The demo plug is enabled.")
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
enabled: true

0 commit comments

Comments
 (0)