8 lines
109 B
Python
8 lines
109 B
Python
"""
|
|
SMAVS Shared Kernel.
|
|
|
|
Provides shared components used across the framework.
|
|
"""
|
|
|
|
__all__: list[str] = []
|