Files
Buffteks-Website/venv/lib/python3.12/site-packages/IPython/external/__init__.py
2025-05-08 21:10:14 -05:00

8 lines
126 B
Python

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