aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/IPython/external/__init__.py
blob: eedc338eb8471eb54c596d671d24e009afc9a134 (plain) (blame)
1
2
3
4
5
6
7
"""
This package contains all third-party modules bundled with IPython.
"""

from typing import List

__all__: List[str] = []