szazo / DHT11_Python

Pure Python library for reading DHT11 sensor on Raspberry Pi
MIT License
301 stars 227 forks source link

Make it possible to include as package #3

Closed mtlynch closed 8 years ago

mtlynch commented 8 years ago

This repo lacks a __init__.py so it cannot be imported as a package if another project includes this as a submodule. Would it be possible to add an empty __init__.py file to fix this?

szazo commented 8 years ago

I included the file, thanks.