mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 14:21:53 +00:00
3 lines
119 B
Python
3 lines
119 B
Python
import mod.Camel as camel
|
|
from mod import CamelCase as camelcase
|
|
from mod import AnotherCamelCase as another_camelcase
|