Skip to content

Latest commit

 

History

History

Modules

There lives modules for python tools framework.

Module can be:

  • module_name.py with ModuleName class with public methods
  • plain module.py with just functions

Modules starts with underscore (_) will not load.