From 3e03a9ceb9bfad3eec21fcdb0a86e7fe6a826791 Mon Sep 17 00:00:00 2001 From: Johannes Date: Mon, 14 May 2012 12:43:19 +0200 Subject: [PATCH] Make prompt module accessible --- clint/textui/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/clint/textui/__init__.py b/clint/textui/__init__.py index 3b8c92a..15e062d 100644 --- a/clint/textui/__init__.py +++ b/clint/textui/__init__.py @@ -11,5 +11,6 @@ This module provides the text output helper system. from . import colored from . import progress +from . import prompt from .core import *