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