From 3289db151fa8963383b865a1231cdc077e986484 Mon Sep 17 00:00:00 2001 From: enzymezoo-code Date: Mon, 4 Sep 2023 22:53:08 -0500 Subject: [PATCH] Add __init__.py so tests can run with command line `pytest` --- tests/__init__.py | 0 tests/inference/__init__.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/__init__.py create mode 100644 tests/inference/__init__.py diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/tests/inference/__init__.py b/tests/inference/__init__.py new file mode 100644 index 000000000..e69de29bb