diff options
| -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() |
