feat: add Tech Passport API integration for vehicle information retrieval

This commit is contained in:
komoliddin
2026-04-21 15:11:46 +05:00
parent 11605e6e6c
commit 406477fc33
8 changed files with 131 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
from .otp import * # noqa
from .sms import * # noqa
from .user import * # noqa
from .didox import * # noqa
from .didox import * # noqa
from .tech_passport import * # noqa