Belle II Software  release-05-01-25
__init__.py
1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*-
3 
4 """
5 hep_ipython_tools
6 -----------------
7 
8 .. automodule:: hep_ipython_tools.ipython_handler
9 """
10 
11 from hep_ipython_tools.ipython_handler import IPythonHandler
12 
13 
14 handler = IPythonHandler()
hep_ipython_tools.ipython_handler
Definition: ipython_handler.py:1