7 lines
112 B
Python
7 lines
112 B
Python
from __future__ import annotations
|
|
|
|
from .element import Element
|
|
|
|
|
|
class Spacer(Element):
|
|
focusable = False
|