DEBSOURCES
Skip Quicknav
sources / textual / 2.1.2-1 / docs / examples / guide / content / playground.py
12345
from textual._markup_playground import MarkupPlayground if __name__ == "__main__": app = MarkupPlayground() app.run()