Documentation first commit

This commit is contained in:
9and3r
2014-08-04 00:50:40 +02:00
parent b23653a93c
commit 57dacee1e8
5 changed files with 700 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ from .touch_screen import TouchScreen
from .touch_screen_backend import TouchScreenBackend
__version__ = '0.2.0'
__version__ = '0.2.1'
# TODO: If you need to log, use loggers named after the current Python module
logger = logging.getLogger(__name__)