ACL uses enums, some more tests, other stuff.
[python_utils.git] / deferred_operand.py
index f2af66c4cc3ee908767af2b024a37bba096ff5d9..4b12279b5726a2eb3a97eed1c20b1f708870143b 100644 (file)
@@ -3,6 +3,9 @@
 from abc import ABC, abstractmethod
 from typing import Any, Generic, TypeVar
 
+# This module is commonly used by others in here and should avoid
+# taking any unnecessary dependencies back on them.
+
 T = TypeVar('T')