chore: initialize tuhui repository
This commit is contained in:
10
backend/app/ysm_sdk/__init__.py
Normal file
10
backend/app/ysm_sdk/__init__.py
Normal 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']
|
||||
Reference in New Issue
Block a user