From c539b8f72b9d47453a09febe91ec551e11252f80 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Fri, 27 Dec 2024 22:55:13 +0200 Subject: bump --- hello.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hello.py (limited to 'hello.py') diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..504affe --- /dev/null +++ b/hello.py @@ -0,0 +1,9 @@ +from htmtl import Htmtl + + +def main(): + Htmtl("
Hello Worldasdasdasd
").toHtml() + + +if __name__ == "__main__": + main() -- cgit v1.2.3