選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

8 行
112 B

  1. from __future__ import annotations
  2. from .element import Element
  3. class Spacer(Element):
  4. focusable = False