mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-06 21:03:04 +02:00
6 lines
84 B
Python
6 lines
84 B
Python
|
|
"""Tests init file."""
|
||
|
|
|
||
|
|
from __future__ import annotations
|
||
|
|
|
||
|
|
__all__: list[str] = []
|