Skip to content

Commit

Permalink
Get rid of __name__ == "__main__" in html2htpy
Browse files Browse the repository at this point in the history
  • Loading branch information
OleJoik committed Jun 12, 2024
1 parent 5d963a9 commit 02af0f6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions htpy/html2htpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,3 @@ def main():

def _printerr(value: str):
print(value, file=sys.stderr)


if __name__ == "__main__":
main()

0 comments on commit 02af0f6

Please sign in to comment.