Skip to content

Instantly share code, notes, and snippets.

View rsip22's full-sized avatar

rsip22 rsip22

View GitHub Profile
@rsip22
rsip22 / attributes.py
Created February 28, 2019 23:24
renata
"""
Classes defining the developer's attributes.
"""
class SelfTaught:
"""
Class for the self-taught attribute.
"""
def __init__(self, selftaught=True, *args, **kwargs):