main.py 113 B

12345
  1. from ident import Ident
  2. ident = Ident()
  3. response = ident.ask("TOYOTA RUSH 2018 4x2 MT BENCINA")
  4. print(response)