We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3576e51 commit 93241fdCopy full SHA for 93241fd
autotileassembler.py
@@ -1,3 +1,4 @@
1
+#!/usr/bin/env python
2
from gimpfu import *
3
4
#enum
@@ -89,4 +90,4 @@ def plugin(image, layer):
89
90
plugin
91
)
92
-main()
93
+main()
0 commit comments