""" Physical quantities with units for dimensional analysis and automatic unit conversion. """ from __future__ import absolute_import __docformat__ = "epytext en" __author__ = "Christopher M. Bruns" __copyright__ = "Copyright 2010, Stanford University and Christopher M. Bruns" __credits__ = [] __license__ = "MIT" __maintainer__ = "Christopher M. Bruns" __email__ = "cmbruns@stanford.edu" from .unit import Unit, is_unit from .quantity import Quantity, is_quantity from .unit_math import * from .unit_definitions import * from .constants import *