12 lines
316 B
Python
12 lines
316 B
Python
from az_locale.locale.setup_locale import setup_locale
|
|
from az_locale.locale.setup_chart import setup_chart
|
|
from az_locale.locale.update_country import update_country
|
|
from az_locale.locale.update_tax import update_tax
|
|
|
|
|
|
def after_install():
|
|
setup_locale()
|
|
setup_chart()
|
|
update_country()
|
|
update_tax()
|