Added code syntax

This commit is contained in:
Christoffer Martinsson
2018-10-28 17:32:30 +01:00
parent 3dc5a02dd7
commit e089b4e0da
6 changed files with 91 additions and 9 deletions

View File

@@ -6,8 +6,7 @@ Weight=3
The config file is located at `~/.haasp/haasp_config.py`
### Template
```
```python
from haasp import EventObject, ConfigObject
class Config(ConfigObject):
@@ -41,4 +40,3 @@ class Config(ConfigObject):
self.log.debug("Timer DONE!")
```