diff options
| author | Asko Nõmm <asko@nmm.ee> | 2026-02-14 11:50:40 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2026-02-14 11:50:40 +0200 |
| commit | da944dfc7aa8b962e428f2ad51342efe11042c9a (patch) | |
| tree | 68134f0e1ac8818ffa0209bc34667cd88ac0d004 /hello.py | |
| parent | 185085adaf909601697ad4244a634cc513891583 (diff) | |
Diffstat (limited to 'hello.py')
| -rw-r--r-- | hello.py | 9 |
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() |
