__init__.py
18 lines
| 664 B
| text/x-python
|
PythonLexer
Brian E Granger
|
r1234 | # encoding: utf-8 | ||
__docformat__ = "restructuredtext en" | ||||
#------------------------------------------------------------------------------- | ||||
MinRK
|
r7542 | # Copyright (C) 2008 The IPython Development Team | ||
Brian E Granger
|
r1234 | # | ||
# Distributed under the terms of the BSD License. The full license is in | ||||
# the file COPYING, distributed as part of this software. | ||||
#------------------------------------------------------------------------------- | ||||
#------------------------------------------------------------------------------- | ||||
# Imports | ||||
MinRK
|
r7542 | #------------------------------------------------------------------------------- | ||
from .application import * | ||||
from .configurable import * | ||||
from .loader import Config | ||||