diff options
Diffstat (limited to 'sh_helpdesk/__init__.py')
| -rw-r--r-- | sh_helpdesk/__init__.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sh_helpdesk/__init__.py b/sh_helpdesk/__init__.py new file mode 100644 index 0000000..ae6b881 --- /dev/null +++ b/sh_helpdesk/__init__.py @@ -0,0 +1,6 @@ +# -*- coding: utf-8 -*- +# Part of Softhealer Technologies. + +from . import models +from . import controllers +from . import wizard |
