mirror of
https://gitlab.com/flectra-community/devops/odoo-2-flectra-converter.git
synced 2024-11-24 14:22:03 +00:00
8 lines
164 B
Python
8 lines
164 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
from . import ks_chart_export
|
||
|
from . import ks_list_export
|
||
|
from . import ks_dashboard_export
|
||
|
|
||
|
# Pleas pycharm commit this file. PARTY HOGI
|