creeper-adventure/.venv/lib/python3.8/site-packages/IPython/external/__init__.py
2022-03-31 20:20:07 -05:00

7 lines
126 B
Python

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