Skip to content

Commit cab4c8c

Browse files
Updates to modernize the package
1 parent 27f655b commit cab4c8c

File tree

6 files changed

+863
-615
lines changed

6 files changed

+863
-615
lines changed

engineering_notation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from engineering_notation.eng_notation import EngNumber, EngUnit
22
from engineering_notation.version import __version__
33

4-
__all__ = ['EngNumber', 'EngUnit', '__version__']
4+
__all__ = ["EngNumber", "EngUnit", "__version__"]

0 commit comments

Comments
 (0)