Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Naming conventions

  • module: snake_case
  • class_file: snake_case.py
  • variable: snake_case
  • method: snake_case
  • Class: CamelCase
  • CONSTANT: UPPERCASE
  • _private_attribute: _snake_case (starting with _)
  • _private_method: _snake_case (starting with _)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages