diff --git a/clint/__init__.py b/clint/__init__.py index 6c04bb8..cc25347 100644 --- a/clint/__init__.py +++ b/clint/__init__.py @@ -1,3 +1,4 @@ from . import args from . import textui -from . import pipes \ No newline at end of file +from . import pipes +from . import misc \ No newline at end of file