mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
8 lines
172 B
Python
8 lines
172 B
Python
SUBSET_NAME_ALLOWED_SYMBOLS = "a-zA-Z0-9_."
|
|
DEFAULT_SUBSET_TEMPLATE = "{family}{Variant}"
|
|
|
|
|
|
__all__ = (
|
|
"SUBSET_NAME_ALLOWED_SYMBOLS",
|
|
"DEFAULT_SUBSET_TEMPLATE",
|
|
)
|