Files
PySGP30/tests/context.py
Simon Albinsson ceb161c6a8 adds tests for crc
2018-04-12 15:32:43 +00:00

8 lines
143 B
Python

# -*- coding: utf-8 -*-
import sys
import os
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
import sgp30