mirror of
https://github.com/3minbe/DBC_Converter.git
synced 2026-05-17 01:23:58 +09:00
8 lines
133 B
Python
8 lines
133 B
Python
from __future__ import annotations
|
|
|
|
import sys
|
|
|
|
from .features import pilinfo
|
|
|
|
pilinfo(supported_formats="--report" not in sys.argv)
|