We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c559f commit 43ef577Copy full SHA for 43ef577
__main__.py
@@ -0,0 +1,4 @@
1
+from FeishuBitableAPI import FeishuBitableAPI
2
+if __name__ == '__main__':
3
+ api = FeishuBitableAPI()
4
+ api.ping()
setup.py
@@ -2,7 +2,7 @@
setup(
name='FeishuBitableAPI',
5
- version='3.0.2',
+ version='3.0.4',
6
packages=find_packages(),
7
url='https://github.com/BlueSkyXN/Feishu-Bitable-Python-API',
8
author='BlueSkyXN',
0 commit comments