Moved brewfiles to source folder & add /source to sys path from __init__

This commit is contained in:
2021-10-03 19:26:22 +02:00
parent f58b33f08a
commit 7bdbf0b4dc
7 changed files with 10 additions and 2 deletions

5
source/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
print('at init')
import sys
sys.path.append('/home/pi/brewLogger/source')
print('added to source')