diff --git a/pytheory/tones.py b/pytheory/tones.py index b441f39..d48055a 100644 --- a/pytheory/tones.py +++ b/pytheory/tones.py @@ -1,4 +1,4 @@ -from ._statics import REFERENCE_A +from ._statics import REFERENCE_A, TEMPERAMENTS class Tone: # __slots__ = ("name", "octave", "system")