hcss-utils / scite

0 stars 0 forks source link

Pydantic models #9

Closed hp0404 closed 3 years ago

hp0404 commented 3 years ago

Replaced typing custom type annotations with pydantic models. This should make parsing more reliable (at cost of making code harder to follow).

hp0404 commented 3 years ago

@bohdanbaliuk please review changes, it everything clear or should I add more comments?