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