This commit is contained in:
Vithor Jaeger 2022-09-19 16:30:23 -04:00
parent 9b2902e747
commit 892b68f0aa
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,6 @@
from .__version__ import __description__, __title__, __version__
__title__ = "pocketbase"
__description__ = "PocketBase client SDK for python."
__version__ = "0.1.1"
from .client import Client, ClientResponseError

View File

@ -1,3 +0,0 @@
__title__ = "pocketbase"
__description__ = "PocketBase client SDK for python."
__version__ = "0.1.1"