From b689f5425aa03c969dbb0a53c5e577e11d2bd169 Mon Sep 17 00:00:00 2001 From: Jorge Rivera Date: Wed, 4 Dec 2024 12:56:52 +0100 Subject: [PATCH] New structure Adds minimal structure within a new client folder --- .gitignore | 5 ++++- datacommons_client/__init__.py | 0 datacommons_client/endpoints/__init__.py | 0 datacommons_client/models/__init__.py | 0 datacommons_client/tests/README.MD | 0 datacommons_client/utils/__init__.py | 0 6 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 datacommons_client/__init__.py create mode 100644 datacommons_client/endpoints/__init__.py create mode 100644 datacommons_client/models/__init__.py create mode 100644 datacommons_client/tests/README.MD create mode 100644 datacommons_client/utils/__init__.py 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