2025-10-07 11:20:26 +01:00

6 lines
82 B
Plaintext

schema Web:
name: str = "web"
check:
len(name) > 0, "Check name"