blob: f3d8b43610a890cd36e8945483f4bef2658e312a [file] [log] [blame]
"""Test valid __all__ format."""
__all__ = ("CONST", )
CONST = 42