chore: initialize tuhui repository

This commit is contained in:
Codex
2026-03-08 19:28:32 +08:00
commit ee10c46aae
189 changed files with 17754 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""易收米支付SDK"""
from .pay import create_payment
from .query import query_order
from .notify import PaymentNotify
__all__ = ['create_payment', 'query_order', 'PaymentNotify']