gateway/modules/services/serviceBilling/__init__.py
2026-02-04 21:50:55 +01:00

7 lines
193 B
Python

# Copyright (c) 2025 Patrick Motsch
# All rights reserved.
"""Billing service module."""
from .mainServiceBilling import BillingService, getService
__all__ = ["BillingService", "getService"]