Skip to content

Commit

Permalink
Add unit classes to aliases.py's __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxcode123 committed Apr 8, 2024
1 parent aee9565 commit d9f730a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/property_utils/units/aliases.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
from property_utils.units.units import *

__all__ = [
"NonDimensionalUnit",
"RelativeTemperatureUnit",
"AbsoluteTemperatureUnit",
"LengthUnit",
"MassUnit",
"AmountUnit",
"TimeUnit",
"ElectricCurrentUnit",
"ForceUnit",
"PressureUnit",
"EnergyUnit",
"PowerUnit",
"NON_DIMENSIONAL",
"CELCIUS",
"KELVIN",
Expand Down

0 comments on commit d9f730a

Please sign in to comment.