mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 05:15:12 +00:00
4 lines
59 B
Python
4 lines
59 B
Python
import builtins
|
|
a = 1
|
|
|
|
__all__ = builtins.list(["a", "b"])
|