Skip to content

Commit e8a2eb9

Browse files
authored
Merge pull request #40 from RafaelJohn9/chore/client-importation
chore: imported mpesaclient in the main module __init__ file
2 parents 73eaf5a + 0a55f1c commit e8a2eb9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

mpesakit/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from .mpesa_client import MpesaClient
2+
3+
__all__ = ["MpesaClient"]

0 commit comments

Comments
 (0)