replace main with lightweight memory gateway
This commit is contained in:
7
core/__init__.py
Normal file
7
core/__init__.py
Normal file
@ -0,0 +1,7 @@
|
||||
"""Lightweight Memory Gateway for EverOS."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
__all__ = ["__version__"]
|
||||
|
||||
__version__ = "0.1.0"
|
||||
Reference in New Issue
Block a user