Abstract class containing information about the driver. More...
Static Public Attributes | |
| string | NAME = 'Driver name' |
| string | AVAILABLE = 'True if the driver is available, false otherwise' |
Abstract class containing information about the driver.
This class should be inherited and fully implemented by every driver. It contains information regarding the driver, as it's name and availability, for example.
Definition at line 38 of file abstract_driver.py.
|
static |
Definition at line 40 of file abstract_driver.py.
|
static |
Definition at line 39 of file abstract_driver.py.