fill __init__.py to simplify imports

This commit is contained in:
Florent Kermarrec 2014-10-10 16:57:18 +02:00
parent bf95ea6c1c
commit 027ddc65ca
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
try:
from miscope.miio import MiIo
from miscope.mila import MiLa
from miscope.trigger import Term, RangeDetector, EdgeDetector
from miscope.uart2wishbone import UART2Wishbone
except:
pass