[REF] refactor the code in order to split it in several file

This commit is contained in:
Sébastien BEAU
2019-01-11 11:07:29 +01:00
committed by Chafique
parent f13068d356
commit 5ec76d12d0
14 changed files with 159 additions and 133 deletions

View File

@@ -1,6 +1,4 @@
# -*- coding: utf-8 -*-
from . import mail
from . import tools
from . import mail_template
from . import mail_message
from . import models
from . import wizard