expose tomml interface in API

This commit is contained in:
Justus Kuhlmann 2026-07-10 15:56:07 +02:00
commit e4ef0d57b7
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -22,3 +22,4 @@ from .find import list_projects as list_projects
from .initialization import create as create
from .meas_io import load_record as load_record
from .meas_io import load_records as load_records
from .toml import import_toml