extras/__init__: Declare __all__

master
Felix Stupp 1 year ago
parent 8d5ac34bc6
commit 1b05346185
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -1,2 +1,8 @@
from .chain import Chain
from .strings import remove_common_trails
__all__ = [
"Chain",
"remove_common_trails",
]

Loading…
Cancel
Save