Repository URL to install this package:
|
Version:
4.0.0 ▾
|
"""Framework for QR code generation and payment processing."""
from .infrastructure.framework import (
ApplicationService,
DataTransferObject,
Feature,
config_framework,
)
qr = config_framework("payment-qr")
from .services import bnb, linkser
__all__ = [
"qr",
"bnb",
"linkser",
"Feature",
"ApplicationService",
"DataTransferObject",
]