Skip to content

Commit

Permalink
initialized twowaysms
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalebu committed Apr 26, 2021
1 parent 20e768a commit 866bb04
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions BeemAfrica/TwowaySMS.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import sys
import requests
from BeemAfrica import secured, get_header


class TwowaySMS(object):
def __init__(self) -> None:
super().__init__()


sys.modules[__name__] = TwowaySMS()

0 comments on commit 866bb04

Please sign in to comment.