8 lines
181 B
Python
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"
|