We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9cedaf commit 1742c2dCopy full SHA for 1742c2d
1 file changed
github_deploy/main.py
@@ -1,6 +1,7 @@
1
-import asyncclick as click
2
import os
3
+import asyncclick as click
4
+
5
plugin_folder = os.path.join(os.path.dirname(__file__), "commands")
6
7
0 commit comments