More cleanup, yey!
[python_utils.git] / conversion_utils.py
index 8e64a875c1ad4e3d89eeee33205693204afd5d87..cf4fcaab93f75291d7e24bf54d55f672eace1578 100644 (file)
@@ -1,6 +1,8 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
+"""Utilities involving converting between different units."""
+
 from typing import Callable, SupportsFloat
 
 import constants