1"""Public API for display tools in IPython.
2"""
3
4#-----------------------------------------------------------------------------
5#       Copyright (C) 2012 The IPython Development Team
6#
7#  Distributed under the terms of the BSD License.  The full license is in
8#  the file COPYING, distributed as part of this software.
9#-----------------------------------------------------------------------------
10
11#-----------------------------------------------------------------------------
12# Imports
13#-----------------------------------------------------------------------------
14
15from IPython.core.display import *
16from IPython.lib.display import *
17