replot/replot/constants.py

9 lines
128 B
Python

"""
Useful constants for :mod:`replot`.
"""
__VERSION__ = "0.0.1"
# Default subplot group (reserved name)
DEFAULT_GROUP = "_"