rustprooflabs / pgosm-flex

PgOSM Flex provides high quality OpenStreetMap datasets in PostGIS (Postgres) using the osm2pgsql Flex output.
MIT License
100 stars 20 forks source link

Move ImportMode to helpers to avoid overlapping var and module names #389

Closed rustprooflabs closed 3 months ago

rustprooflabs commented 3 months ago

Moving InputMode class to helpers.py to avoid conflict on input_mode name in variables and everywhere else.