Moved the "accounting.option.options" module to "accounting.utils.options", because it is meant to shared by other submodules.

This commit is contained in:
2023-03-22 19:47:24 +08:00
parent e2a4340f2a
commit c885c08c37
7 changed files with 6 additions and 7 deletions

View File

@ -18,7 +18,7 @@
"""
from accounting.models import Currency
from accounting.option.options import options
from accounting.utils.options import options
def currency_options() -> str: