Skip to content

Instantly share code, notes, and snippets.

@rsalaza4
Last active March 20, 2024 18:17
Show Gist options
  • Select an option

  • Save rsalaza4/d7c7b62d52b71400551fcab496c8ad78 to your computer and use it in GitHub Desktop.

Select an option

Save rsalaza4/d7c7b62d52b71400551fcab496c8ad78 to your computer and use it in GitHub Desktop.
class Resume:
def __init__(self, text):
self.text = text
self.firstName = ""
self.lastName = ""
self.emailAddress = ""
self.universities = []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment