From e3741de333a3a43a7968241b6eccaaac66dd7b20 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 21 Mar 2021 22:33:58 +0100 Subject: Working on EMNIST Lines dataset --- tests/support/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/support/__init__.py (limited to 'tests/support/__init__.py') diff --git a/tests/support/__init__.py b/tests/support/__init__.py new file mode 100644 index 0000000..a265ede --- /dev/null +++ b/tests/support/__init__.py @@ -0,0 +1,2 @@ +"""Support file modules.""" +from .create_emnist_support_files import create_emnist_support_files -- cgit v1.2.3-70-g09d2