Skip to content

Module Variables Access

Vinicius Reif Biavatti edited this page Jul 25, 2022 · 1 revision

✅ Do

person_name: str = 'John Due'  # Public
__person_name: str = 'John Due'  # Private
Clone this wiki locally