mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-29 19:35:20 +02:00
6 lines
165 B
Python
6 lines
165 B
Python
|
|
"""Three registries — ``capabilities/``, ``actions/``, ``triggers/`` — populated at import time."""
|
||
|
|
|
||
|
|
from __future__ import annotations
|
||
|
|
|
||
|
|
__all__: list[str] = []
|