diff --git a/python/miscellaneous.py b/python/miscellaneous.py index 907fe26..d9dcd2c 100644 --- a/python/miscellaneous.py +++ b/python/miscellaneous.py @@ -28,6 +28,3 @@ def spellchecker(word): str_words += '$' + lst[indice] + ' ?\n' return str_words - -if __name__ == '__main__': - main()