script which read a python class and comment it code example
Example: python comment
# Single line Comment
"""
(''' single quotes ''') will also work
Multi Line
Comment
"""
# Single line Comment
"""
(''' single quotes ''') will also work
Multi Line
Comment
"""