mirror of
https://github.com/3minbe/DBC_Converter.git
synced 2026-05-17 01:23:58 +09:00
4 lines
63 B
Python
4 lines
63 B
Python
from typing import Any
|
|
|
|
def __getattr__(name: str) -> Any: ...
|