7 lines
208 B
Python
7 lines
208 B
Python
"""notebook_tools package.
|
|
|
|
This repository is intentionally written to be easy to read/modify if you're new to Python.
|
|
Most modules include short docstrings and type hints, and we keep functions small.
|
|
"""
|
|
|