From 7795f5bc1640a09f5ac0b3af4738a7adf3866dbf Mon Sep 17 00:00:00 2001 From: Alexey Kotenko Date: Tue, 16 Jul 2024 23:34:25 +0200 Subject: [PATCH] Configure export classes --- theine/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theine/__init__.py b/theine/__init__.py index 457f1b7..4c4c882 100644 --- a/theine/__init__.py +++ b/theine/__init__.py @@ -1,3 +1,5 @@ from theine_core import BloomFilter from .theine import Cache, Memoize + +__all__ = ('Cache', 'BloomFilter', 'Memoize')