10 lines
271 B
Python
10 lines
271 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2021 Joan Marín <Github@JoanMarin>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
from . import res_city
|
|
from . import res_city_zip
|
|
from . import res_country_state
|
|
from . import res_country
|
|
from . import res_partner
|