17 lines
654 B
Python
17 lines
654 B
Python
"""Public API for display tools in yap_ipython.
|
|
"""
|
|
|
|
#-----------------------------------------------------------------------------
|
|
# Copyright (C) 2012 The yap_ipython Development Team
|
|
#
|
|
# Distributed under the terms of the BSD License. The full license is in
|
|
# the file COPYING, distributed as part of this software.
|
|
#-----------------------------------------------------------------------------
|
|
|
|
#-----------------------------------------------------------------------------
|
|
# Imports
|
|
#-----------------------------------------------------------------------------
|
|
|
|
from yap_ipython.core.display import *
|
|
from yap_ipython.lib.display import *
|