mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-03 07:04:53 +00:00
3 lines
62 B
Python
3 lines
62 B
Python
class Pool:
|
|
@classmethod
|
|
def create(cls) -> Pool: ...
|