__init__.py 162 B

12345
  1. # -*- coding: utf-8 -*-
  2. # !/usr/bin/env python
  3. from apps.web.core.payment.base import PaymentGateway
  4. from apps.web.core.payment.base import WithdrawGateway