from dataclasses import dataclass
@dataclass
class GivyBoy:
name: str = "Anthony Givans"
username: str = "GivyBoy"
location: str = "FL, USA"
def __str__(self):
return GivyBoy.name
if __name__ == '__main__':
me = GivyBoy()
- 🌱 I’m currently a Senior at the University of Miami double majoring in Math (Prob and Stats) and CS, with a minor in Astrophysics
- 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]