Creating a budget overview from a SuperX export.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
223 B

""" superx_budget
Creating a budget overview from a SuperX export
"""
__version__ = "0.0.1"
from .superx import parse_export_data # noqa: F401
from .exceptions import BudgetParserError, SuperXParserError # noqa: F401