diff options
-rw-r--r-- | .github/CODEOWNERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d1ebf2c..1dc79f7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -8,5 +8,8 @@ **/*hashlib* @tiran **/*pyhash* @tiran +# Import (including importlib) +**/*import* @brettcannon + # SSL **/*ssl* @tiran |