mirror of
https://gitlab.com/flectra-community/account-closing.git
synced 2024-11-22 21:52:04 +00:00
8 lines
314 B
Python
8 lines
314 B
Python
|
###############################################################################
|
||
|
# For copyright and license notices, see __manifest__.py file in root directory
|
||
|
###############################################################################
|
||
|
|
||
|
from . import company
|
||
|
from . import account
|
||
|
from . import account_cutoff
|