ELIFE-ASU / PyInform

A Python Wrapper for the Inform Information Analysis Library
https://elife-asu.github.io/PyInform
MIT License
48 stars 9 forks source link

Add implicit imports #20

Closed dglmoore closed 8 years ago

dglmoore commented 8 years ago

Rather than having to have import the various time series functions from their respective modules, we can now from pyinform import * and get all of them!