From 69968c9e34ae57cfee905d94fc98ec6a83fbe92b Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Mon, 30 Dec 2024 15:32:10 +0200 Subject: bump --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hello.py') diff --git a/hello.py b/hello.py index 504affe..0cd0e9f 100644 --- a/hello.py +++ b/hello.py @@ -2,7 +2,7 @@ from htmtl import Htmtl def main(): - Htmtl("
Hello Worldasdasdasd
").toHtml() + Htmtl("
asmore text goes here
").toHtml() if __name__ == "__main__": -- cgit v1.2.3