From 11e9571ee0d91ea4352dd54fdf4619c3c51df902 Mon Sep 17 00:00:00 2001 From: Arthur O'Dwyer Date: Sun, 23 Apr 2017 01:36:40 -0700 Subject: [PATCH] Oops, add `Reporter` to the list of exported names. --- copycat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copycat/__init__.py b/copycat/__init__.py index fc24510..7d25160 100644 --- a/copycat/__init__.py +++ b/copycat/__init__.py @@ -1 +1 @@ -from copycat import Copycat # noqa +from copycat import Copycat, Reporter # noqa