# flake8: noqa from .bitcoin import * from .paypal import * from .coingate import * from django.conf import settings if settings.RUN_ONLINE_TESTS: from .online.stripe import *