import settings import util.wifi as wifi from settings import Settings s = Settings() name = s.get('name', 'led-controller') wifi.ap(name, '')