Does the Python 3 properties module still exist? Import error

from properties.items import PropertiesItem

the imported statement looks like imports

clipboard.png

but when importing, it is obviously wrong, and the error is `ModuleNotFoundError: No module named "properties"
`

.
Mar.29,2021

pip3 install properties -sharpModuleNotFoundError: No module named 'properties'

but there is no items module. Open source reference https://github.com/seequent/p., and official website reference https://propertiespy.readthed.

.
Menu