10. Package cerebro¶
The Cerebro package contains modules providing Application Programming Interface (API) to the data, control functions, simple graphic elements, alongside with access to the database and the file storage of Cerebro application. The package includes the following modules:
cerebro.aclasses
- the description of the data types (classes) used for work with API.cerebro.actions
- access to aplication menus to implement user’s menus.cerebro.core
- access to the application data and to the control functions.cerebro.gui
- access to simple graphic interfaces, such as input dialog windows, progress bars, etc.cerebro.events
- the description of event classes and types, passed to the functions of the event handler module.cerebro.cargador
- access to the Cargador file storage.cerebro.db
- access to the database to execute SQL-queries.