We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e8e65f commit 2d127f9Copy full SHA for 2d127f9
1 file changed
.manager/src/proman/script/__init__.py
@@ -1,8 +1,9 @@
1
-from proman.script import build, cca, lint, render, version
+from proman.script import build, cca, gha, lint, render, version
2
3
__all__ = [
4
"build",
5
"cca",
6
+ "gha",
7
"lint",
8
"render",
9
"version",
0 commit comments