Source code for ooodev.gui.menu.common.command_dict

from typing import TypedDict


[docs]class CommandDict(TypedDict, total=False): name: str library: str language: str location: str module: str