From 17081bc2199d5428e03156b3206948f9e19df93e Mon Sep 17 00:00:00 2001 From: kevin Date: Mon, 23 Nov 2020 12:28:35 -0500 Subject: [PATCH] correct members of the module --- bacon/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacon/__init__.py b/bacon/__init__.py index b73597c..471681a 100644 --- a/bacon/__init__.py +++ b/bacon/__init__.py @@ -1 +1 @@ -__all__ = ["baconscript", "OscCommentMacroListener"] +__all__ = ["script", "hog4", "OscListener"]