diff options
Diffstat (limited to 'hr_payroll_community/__init__.py')
| -rw-r--r-- | hr_payroll_community/__init__.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hr_payroll_community/__init__.py b/hr_payroll_community/__init__.py new file mode 100644 index 0000000..8d981dd --- /dev/null +++ b/hr_payroll_community/__init__.py @@ -0,0 +1,5 @@ +#-*- coding:utf-8 -*- + +from . import models +from . import report +from . import wizard |
