diff --git a/.gitignore b/.gitignore index e3dfb39..44a9fe4 100644 --- a/.gitignore +++ b/.gitignore @@ -124,4 +124,7 @@ datacommons.RCheck *tar.gz ## VSCode -.vscode/ \ No newline at end of file +.vscode/ + +## JetBrains +.idea/ \ No newline at end of file diff --git a/datacommons_client/__init__.py b/datacommons_client/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/datacommons_client/endpoints/__init__.py b/datacommons_client/endpoints/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/datacommons_client/models/__init__.py b/datacommons_client/models/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/datacommons_client/tests/README.MD b/datacommons_client/tests/README.MD new file mode 100644 index 0000000..e69de29 diff --git a/datacommons_client/utils/__init__.py b/datacommons_client/utils/__init__.py new file mode 100644 index 0000000..e69de29