Fix usage of __all__

This commit is contained in:
rlaphoenix
2024-01-09 02:31:02 +00:00
parent 2291f90f64
commit f28a6dc28a
29 changed files with 29 additions and 29 deletions

View File

@@ -227,4 +227,4 @@ class Service(metaclass=ABCMeta):
"""
__ALL__ = (Service,)
__all__ = ("Service",)