File tree Expand file tree Collapse file tree
alphaspheredotai_github_io/team/member Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66from alphaspheredotai_github_io .team .member .yousef_mohamed import YousefMohamed
77from alphaspheredotai_github_io .team .team_member import SocialLinks
88
9+ AI_ENGINEER_ROLE = "AI Engineer"
10+
911AbdelrahmanAminInfo = AbdelrahmanAmin (
1012 name = "Abdelrahman Amin" ,
11- role = "AI Engineer" ,
13+ role = AI_ENGINEER_ROLE ,
1214 avatar = "/AbdelrahmanAmin.jpg" ,
1315 bio = "" ,
1416 social_links = SocialLinks (
1921)
2022AbdelrahmanMostafaInfo = AbdelrahmanMostafa (
2123 name = "Abdelrahman Mostafa" ,
22- role = "AI Engineer" ,
24+ role = AI_ENGINEER_ROLE ,
2325 avatar = "/AbdelrahmanMostafa.jpg" ,
2426 bio = "" ,
2527 social_links = SocialLinks (
3032)
3133MohamedHishamInfo = MohamedHisham (
3234 name = "Mohamed Hisham" ,
33- role = "AI Engineer" ,
35+ role = AI_ENGINEER_ROLE ,
3436 avatar = "/MohamedHisham.jpg" ,
3537 bio = "" ,
3638 social_links = SocialLinks (
4143)
4244YousefMohamedInfo = YousefMohamed (
4345 name = "Yousef Mohamed" ,
44- role = "AI Engineer" ,
46+ role = AI_ENGINEER_ROLE ,
4547 avatar = "/YousefMohamed.jpg" ,
4648 bio = "" ,
4749 social_links = SocialLinks (
You can’t perform that action at this time.
0 commit comments