mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 06:11:43 +00:00
4 lines
79 B
Python
4 lines
79 B
Python
from __future__ import print_function
|
|
import sys
|
|
|
|
print >> sys.stderr, "Hello"
|