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