fill __init__.py to simplify imports
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 10 Oct 2014 14:57:18 +0000 (16:57 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 10 Oct 2014 15:24:36 +0000 (17:24 +0200)
miscope/__init__.py

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..03249cdb79cf6f7d52c2785cd4434f5c4425ccc9 100644 (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
\ No newline at end of file