diff --git a/snakehouse/satella.py b/snakehouse/satella.py
index 30867bfed642c4c3eda95ece27bce0af1c5109ac..970813a1b8394b3a3a5379c795c47f6929dc1de4 100644
--- a/snakehouse/satella.py
+++ b/snakehouse/satella.py
@@ -1,3 +1,11 @@
+"""
+This is a brain-dump from piotrmaslanka/satella's to
+cut off the dependency and allow earlier Pythons to use
+snakehouse.
+"""
+import typing as tp
+
+
 def find_files(path: str, wildcard: str = r'(.*)',
                prefix_with: tp.Optional[str] = None,
                scan_subdirectories: bool = True,