ruff/foo.py
2022-12-04 13:56:51 -05:00

12 lines
178 B
Python

"""Stub."""
class Ruffed:
"""Stub."""
def __call__(self, a, b) -> None:
"""
:param a: table rows
:param b: table rows
"""
pass