Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / tests / money_test.py
index f9815322817aea4e2657abf437a019d6b22995a1..bbca499e78a31fedb878b95005c9c993f9cb0d65 100755 (executable)
@@ -1,5 +1,9 @@
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
+"""money unittest."""
+
 import unittest
 
 import unittest_utils as uu