3 lines
118 B
Python
3 lines
118 B
Python
"""Back-compat shim — see openrun.db."""
|
|
from openrun.db import SCHEMA, connect, get_state, set_state # noqa: F401
|