6 lines
82 B
Plaintext
Raw Normal View History

2025-10-07 11:20:26 +01:00
schema Web:
name: str = "web"
check:
len(name) > 0, "Check name"