dot-files
dot-files copied to clipboard
seems missing Python3 support
Getting syntax error for the below code:
def test(name: str): # error here
print(name)