Skip to content

Commit 9ffb4a4

Browse files
author
Fridolin Pokorny
committed
Provide __all__ for tuf.ngclient module
Signed-off-by: Fridolin Pokorny <fridolin.pokorny@datadoghq.com>
1 parent c6f8b58 commit 9ffb4a4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tuf/ngclient/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@
77
from tuf.ngclient.config import UpdaterConfig
88
from tuf.ngclient.fetcher import FetcherInterface
99
from tuf.ngclient.updater import Updater
10+
11+
__all__ = [
12+
FetcherInterface.__name__,
13+
Updater.__name__,
14+
UpdaterConfig.__name__,
15+
]

0 commit comments

Comments
 (0)