diff options
Diffstat (limited to 'gitautodeploy/__init__.py')
-rw-r--r-- | gitautodeploy/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gitautodeploy/__init__.py b/gitautodeploy/__init__.py index 023961a..c8a461c 100644 --- a/gitautodeploy/__init__.py +++ b/gitautodeploy/__init__.py @@ -2,3 +2,4 @@ from wrappers import * from lock import * from parsers import * from gitautodeploy import * +from cli import *
\ No newline at end of file |