From fbbd36ab4d70f02ef16d8b465f7029a476b6713e Mon Sep 17 00:00:00 2001 From: Timmy Welch Date: Thu, 23 Jun 2022 13:27:36 -0700 Subject: [PATCH] make tests and testing proper modules --- testing/__init__.py | 1 + tests/__init__.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 testing/__init__.py create mode 100644 tests/__init__.py diff --git a/testing/__init__.py b/testing/__init__.py new file mode 100644 index 0000000..9d48db4 --- /dev/null +++ b/testing/__init__.py @@ -0,0 +1 @@ +from __future__ import annotations diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..9d48db4 --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1 @@ +from __future__ import annotations