chore: remove obsolete payment architecture and integration test documentation - Remove AITBC_PAYMENT_ARCHITECTURE.md (dual-currency system documentation) - Remove IMPLEMENTATION_COMPLETE_SUMMARY.md (integration test completion summary) - Remove INTEGRATION_TEST_FIXES.md (test fixes documentation) - Remove INTEGRATION_TEST_UPDATES.md (real features implementation notes) - Remove PAYMENT_INTEGRATION_COMPLETE.md (wallet-coordinator integration docs) - Remove WALLET_COORDINATOR_INTEGRATION.md (payment
8 lines
132 B
Python
8 lines
132 B
Python
"""
|
|
Cross-site synchronization module for AITBC blockchain.
|
|
"""
|
|
|
|
from .cross_site import CrossSiteSync
|
|
|
|
__all__ = ['CrossSiteSync']
|