Skip to content

Instantly share code, notes, and snippets.

@KabakiAntony
Created November 16, 2023 07:34
Show Gist options
  • Save KabakiAntony/cf4be395a6868db255d27472e77fe972 to your computer and use it in GitHub Desktop.
Save KabakiAntony/cf4be395a6868db255d27472e77fe972 to your computer and use it in GitHub Desktop.
the imports for the mpesa_handler.py file
# mpesa_handler.py
import time
import math
import base64
import requests
from datetime import datetime
from requests.auth import HTTPBasicAuth
from <your_app>.settings import env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment