From 1ac6564a775835dd9bc93a2fb48ef87f9fc2daed Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Mon, 30 Dec 2024 18:51:58 +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 0cd0e9f..c8866ce 100644 --- a/hello.py +++ b/hello.py @@ -2,7 +2,7 @@ from htmtl import Htmtl def main(): - Htmtl("
asmore text goes here
").toHtml() + print(Htmtl("
asdasd
").html()) if __name__ == "__main__": -- cgit v1.2.3