2022-05-23 00:16:32 +04:00

8 lines
126 B
Python

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