Belle II Software light-2406-ragdoll
__init__.py
1#!/usr/bin/env python3
2
3
10
11"""
12hep_ipython_tools
13-----------------
14
16"""
17
18from hep_ipython_tools.ipython_handler import IPythonHandler
19
20## Create a single instance
21handler = IPythonHandler()