make tests and testing proper modules

This commit is contained in:
Timmy Welch 2022-06-23 13:27:36 -07:00
parent 6c65c2ad56
commit fbbd36ab4d
2 changed files with 2 additions and 0 deletions

1
testing/__init__.py Normal file
View File

@ -0,0 +1 @@
from __future__ import annotations

1
tests/__init__.py Normal file
View File

@ -0,0 +1 @@
from __future__ import annotations