Skip to content

Commit 438615d

Browse files
committed
chore: added scramp lib to keep ScrampClient import statememnt in pg8000 internal
1 parent 842edb7 commit 438615d

File tree

4 files changed

+894
-0
lines changed

4 files changed

+894
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from .core import ScramClient, ScramMechanism, ScramException
2+
3+
__all__ = [ScramClient, ScramMechanism, ScramException]

0 commit comments

Comments
 (0)