summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2026-02-14 11:50:40 +0200
committerAsko Nõmm <asko@nmm.ee>2026-02-14 11:50:40 +0200
commitda944dfc7aa8b962e428f2ad51342efe11042c9a (patch)
tree68134f0e1ac8818ffa0209bc34667cd88ac0d004
parent185085adaf909601697ad4244a634cc513891583 (diff)
Remove scratch fileHEADmain
-rw-r--r--hello.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/hello.py b/hello.py
deleted file mode 100644
index 9ecd5b9..0000000
--- a/hello.py
+++ /dev/null
@@ -1,9 +0,0 @@
-from htmtl import Htmtl
-
-
-def main():
- print(Htmtl("<div inner-text=\"hello {something}\">asdasd</div>", {'something': 'nothing'}).html())
-
-
-if __name__ == "__main__":
- main()