Files
secondo-py/pysecondo/__init__.py
2026-01-24 11:30:02 +08:00

8 lines
181 B
Python

"""
PySECONDO - A minimal implementation of SECONDO database system in Python
This is a learning project to understand the core architecture of SECONDO.
"""
__version__ = "0.1.0"