Skip to content

Commit

Permalink
Update units module docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
pheuer committed Nov 25, 2024
1 parent d72ad78 commit c543a6f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/cr39py/core/units.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
"""
Temporary stand-in for lotus unit registry
pint units registry. To create quantities with units:
>> from cr39py.core.units import u
>> x = 1 * u.m
"""

import warnings
Expand Down

0 comments on commit c543a6f

Please sign in to comment.