python-cleaner 0.1.1

A fast Python whitespace and indentation cleaner for syntax, git, and file size issues
Documentation
1
2
3
4
5
6
7
8
def greet(name):    
    print("Hello", name)    


    
    print("Welcome!")