7 lines
87 B
Python
7 lines
87 B
Python
# content of test_third.py
|
|
from __future__ import annotations
|
|
|
|
|
|
def test_3():
|
|
pass
|