Files @ 4eb46a5b9c2b
Branch filter:

Location: OneEye/exp/kerokero/config.py

Laman
Sansa board detection module
import os
import json
import logging as log


log.basicConfig(level=log.INFO,format="%(asctime)s %(levelname)s: %(message)s")
thisDir=os.path.dirname(__file__)

with open(os.path.join(thisDir,"ftp.json")) as f:
	ftp=json.load(f)