""" This module contains a method to pay online using cheque. """ from . import models, urls, views NAME = "CHEQUE" Payment = models.ChequePayment