mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-31 19:45:15 +02:00
6 lines
139 B
Python
6 lines
139 B
Python
|
|
"""Pydantic schemas: definition envelope, trigger configs, action configs."""
|
||
|
|
|
||
|
|
from __future__ import annotations
|
||
|
|
|
||
|
|
__all__: list[str] = []
|