mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-19 07:49:34 +00:00
6 lines
161 B
Python
6 lines
161 B
Python
"""Dealix payments — Moyasar integration."""
|
|
|
|
from dealix.payments.moyasar import MoyasarClient, verify_webhook
|
|
|
|
__all__ = ["MoyasarClient", "verify_webhook"]
|