mirror of
https://github.com/enjoy-digital/litescope.git
synced 2025-01-04 09:52:27 -05:00
__init__: add LiteScopeIODriver and LiteScopeAnalyzerDriver imports
This commit is contained in:
parent
aa44da35c6
commit
985585f0b9
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue