diff options
| author | Árni Dagur <arni@dagur.eu> | 2020-09-22 05:20:17 +0000 |
|---|---|---|
| committer | Árni Dagur <arni@dagur.eu> | 2020-09-22 05:20:17 +0000 |
| commit | b2805edbffb8f8c09558338244e93bde74e3ec77 (patch) | |
| tree | c0c6c4edf03d8a5ae93e757a58b8e50570e0e961 /adblock | |
| parent | 04678357e0d95ba1569e65b7fc423c17f867a87f (diff) | |
Avoid using star import in __init__.py
Diffstat (limited to 'adblock')
| -rw-r--r-- | adblock/__init__.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/adblock/__init__.py b/adblock/__init__.py index 28d0665..bb1b6e1 100644 --- a/adblock/__init__.py +++ b/adblock/__init__.py | |||
| @@ -1 +1,4 @@ | |||
| 1 | from .adblock import * | 1 | from .adblock import __version__, Engine, FilterSet, BlockerResult, UrlSpecificResources |
| 2 | |||
| 3 | |||
| 4 | __all__ = ("Engine", "FilterSet", "BlockerResult", "UrlSpecificResources") | ||
