8 lines
131 B
Python
8 lines
131 B
Python
"""Lightweight Memory Gateway for EverOS."""
|
|
|
|
from __future__ import annotations
|
|
|
|
__all__ = ["__version__"]
|
|
|
|
__version__ = "0.1.0"
|