first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
"""Compatibility facade. New code lives in domain/ and integrations/."""
|
||||
from .domain.costs import calculate_costs, money
|
||||
from .domain.invoices import invoice_period
|
||||
from .integrations.orlen import fetch_orlen_price, fetch_orlen_range, POLISH_REGIONS, PRODUCT_IDS
|
||||
from .integrations.ure import fetch_ure_stations, aggregate_ure_companies
|
||||
|
||||
__all__ = ["calculate_costs", "money", "invoice_period", "fetch_orlen_price", "fetch_orlen_range",
|
||||
"POLISH_REGIONS", "PRODUCT_IDS", "fetch_ure_stations", "aggregate_ure_companies"]
|
||||
Reference in New Issue
Block a user