nginxinc / crossplane

Quick and reliable way to convert NGINX configurations into JSON and back.
Apache License 2.0
717 stars 86 forks source link

Add type annotations at cost of support of py2.7 #113

Open pyhedgehog opened 6 months ago

pyhedgehog commented 6 months ago

Proposed changes

This PR adds type annotations to crossplane package. This closes #112.

Checklist