Files
tmhr/venv/lib/python3.10/site-packages/IPython/external/__init__.py
2024-02-23 10:30:02 +00:00

8 lines
126 B
Python

"""
This package contains all third-party modules bundled with IPython.
"""
from typing import List
__all__: List[str] = []