“Private” (implementation) class in Python
Use a single underscore prefix: This is the official Python convention for ‘internal’ symbols; “from module import *” does not import underscore-prefixed objects. Reference to the single underscore convention.