4 lines
100 B
Python
4 lines
100 B
Python
"""Code common to Marconi, including main application logic."""
|
|
|
|
from .kernel import Kernel # NOQA
|