Belle II Software  release-08-01-10
__init__.py
1 #!/usr/bin/env python3
2 
3 
10 
11 """
12 hep_ipython_tools
13 -----------------
14 
15 .. automodule:: hep_ipython_tools.ipython_handler
16 """
17 
18 from hep_ipython_tools.ipython_handler import IPythonHandler
19 
20 
21 handler = IPythonHandler()