__init__: add LiteScopeIODriver and LiteScopeAnalyzerDriver imports

This commit is contained in:
Florent Kermarrec 2018-02-19 14:48:24 +01:00
parent aa44da35c6
commit 985585f0b9
1 changed files with 3 additions and 1 deletions

View File

@ -1 +1,3 @@
from litescope.core import LiteScopeIO, LiteScopeAnalyzer
from litescope.core import LiteScopeIO, LiteScopeAnalyzer
from litescope.software.driver.io import LiteScopeIODriver
from litescope.software.driver.analyzer import LiteScopeAnalyzerDriver