6 lines
70 B
Python
6 lines
70 B
Python
from __future__ import annotations
|
|
|
|
|
|
class pytest_something:
|
|
pass
|