In local documentation about how to use Point() class.
By following instruction, got "no module named ‘Point’ Error in python.
Due to point missing import at from influxdb_client import InfluxDBClient, Point ; which github doc has it.
https://github.com/influxdata/influxdb-client-python
also found same problem at online documentation:
https://www.influxdata.com/blog/getting-started-with-python-and-influxdb-v2-0/
at section " Script for writing and querying points to InfluxDB with the Python Client"

