The sympasoap module includes the Client class

This commit is contained in:
Yohann D'ANELLO 2020-10-08 22:50:17 +02:00
parent 369276a320
commit a6dce2e22b
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
from .client import Client
__all__ = [
"Client",
]