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