This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from nicegui import ui | |
from nicegui.element import Element | |
class TLDR(Element): | |
""" | |
from nicegui import ui | |
from vaultscope.components import tldr | |
project_details = tldr( |
OlderNewer