Skip to content

IHosseini083/IHosseini083

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 

Repository files navigation

Hey there! I'm Seyed Iliya

from dataclasses import dataclass


@dataclass
class Developer:
    name: str
    location: str
    languages: list[str]
    frameworks: list[str]
    
    
dev = Developer(
    name="Iliya",
    location="Iran",
    languages=["Python", ...],
    frameworks=["FastAPI", "Flask", ...],
)

🔧 Technologies & Tools

  • 📫 How to reach me:

Iliya's Github Stats

About

My Github Profile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors