dbt-selly/dbt-env/lib/python3.8/site-packages/leather/scales/__init__.py

7 lines
190 B
Python

#!/usr/bin/env python
from leather.scales.base import Scale
from leather.scales.linear import Linear
from leather.scales.ordinal import Ordinal
from leather.scales.temporal import Temporal