From cce92fa1369e2d9277150b69726f3ec86301c4bd Mon Sep 17 00:00:00 2001 From: checktheroads Date: Tue, 28 May 2019 14:28:47 -0700 Subject: [PATCH] fixed top level module imports --- hyperglass/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hyperglass/__init__.py b/hyperglass/__init__.py index f69d7cb..c8edfa5 100644 --- a/hyperglass/__init__.py +++ b/hyperglass/__init__.py @@ -1 +1,3 @@ -name = "hyperglass" +from hyperglass import command +from hyperglass import configuration +from hyperglass import render