from dataclasses import dataclass
@dataclass
class GivyBoy:
    name: str = "Anthony Givans"
    username: str = "GivyBoy"
    location: str = "VA, USA"
    
    def __str__(self):
      return GivyBoy.name
if __name__ == '__main__':
    me = GivyBoy()- 🌱 I’m currently a PhD student at the George Mason University
 - SWE Intern (STEP) at Google for the Summer of 2023 and 2024 (worked on creating and e2e ML model)
 - 📫 You can reach me at [email protected] OR [email protected]
 



