We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47add97 + 9ffb4a4 commit e5856f7Copy full SHA for e5856f7
1 file changed
tuf/ngclient/__init__.py
@@ -7,3 +7,9 @@
7
from tuf.ngclient.config import UpdaterConfig
8
from tuf.ngclient.fetcher import FetcherInterface
9
from tuf.ngclient.updater import Updater
10
+
11
+__all__ = [
12
+ FetcherInterface.__name__,
13
+ Updater.__name__,
14
+ UpdaterConfig.__name__,
15
+]
0 commit comments