Skip to content

Commit 2d127f9

Browse files
committed
Update __init__.py
1 parent 5e8e65f commit 2d127f9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.manager/src/proman/script/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
from proman.script import build, cca, lint, render, version
1+
from proman.script import build, cca, gha, lint, render, version
22

33
__all__ = [
44
"build",
55
"cca",
6+
"gha",
67
"lint",
78
"render",
89
"version",

0 commit comments

Comments
 (0)