5 lines
96 B
Python
5 lines
96 B
Python
"""voucher 代金券模块"""
|
|
from voucher.init import load_voucher
|
|
|
|
__all__ = ['load_voucher']
|