Skip to content

Commit

Permalink
creates command, not implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
js802025 committed Nov 2, 2022
1 parent 414110d commit 7070725
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from context_menu import menus
fc = menus.FastCommand('Example Fast Command 1', type='FILES', command='echo Hello')
fc.compile()

0 comments on commit 7070725

Please sign in to comment.