Source code for nbtoolbelt.printing

"""
Functions for printing

Copyright (c) 2017 - Eindhoven University of Technology, The Netherlands

This software is made available under the terms of the MIT License.
"""

from argparse import Namespace
from typing import Any, Dict, Set

DEFAULT_WIDTH = 10