Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / conversion_utils.py
index 2c00ba48b362146435a2214cdd4780550b7a91c1..68292caccbc692570010ab5ed98c10cbcc05d9c7 100644 (file)
@@ -1,4 +1,9 @@
 #!/usr/bin/env python3
+# -*- coding: utf-8 -*-
+
+# © Copyright 2021-2022, Scott Gasch
+
+"""Utilities involving converting between different units."""
 
 from typing import Callable, SupportsFloat