Skip to content

Commit b894851

Browse files
author
Tom Close
committed
Added concentration module to units
1 parent 82c8fc8 commit b894851

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

quantities/units/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
from . import compound
1919
from .compound import *
2020

21+
from . import concentration
22+
from .concentration import *
23+
2124
from . import dimensionless
2225
from .dimensionless import *
2326

0 commit comments

Comments
 (0)