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

View File

@@ -2,6 +2,8 @@ import os
import sys
import yaml
from flask import Flask, request, render_template, send_file, redirect, send_from_directory
import source # take a look in source/__init__.py
from brewSensor import BCM600Sensor, DHT11Sensor, BrewSensor
from brewCamera import BrewCamera
from brewRelay import BrewRelay