◐ Shell
reader mode source ↗
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
8 changes: 8 additions & 0 deletions quantities/unitquantity.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,14 @@ class UnitInformation(IrreducibleUnit):
class UnitCurrency(IrreducibleUnit):

_primary_order = 9


class CompoundUnit(UnitQuantity):
Expand Down
3 changes: 3 additions & 0 deletions quantities/units/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
from . import length
from .length import *

from . import mass
from .mass import *

Expand Down
27 changes: 27 additions & 0 deletions quantities/units/logunits.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Toggle all file notes Toggle all file annotations