After trying to use pg library in Python as just as
import pg
I get this error message:
Traceback (most recent call last):
File "<input>", line 1, in <module>
module = self._system_import(name, *args, **kwargs)
ModuleNotFoundError: No module named 'pg'
how to import correctly the library?