4 lines
156 B
Python
4 lines
156 B
Python
"""Stable engine IDs whose first use requires local license acceptance."""
|
|
|
|
LICENSE_GATED_ENGINES: frozenset[str] = frozenset({"supertonic3", "pockettts"})
|