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