From 027ddc65ca5a9aff9ddebabcfea93ccf6198f944 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Fri, 10 Oct 2014 16:57:18 +0200 Subject: [PATCH] fill __init__.py to simplify imports --- miscope/__init__.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/miscope/__init__.py b/miscope/__init__.py index e69de29bb..03249cdb7 100644 --- a/miscope/__init__.py +++ b/miscope/__init__.py @@ -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 \ No newline at end of file