import { Student } from "@university/engineering";
 
const profile = new Student({
name: "Ümmügülsün Türkmen",
type: "Computer Engineering Student",
focus: ["Computer Vision", "Mobile Apps", "Web Systems"],
stack: ["Python", "Java", "Flutter", "TypeScript"],
status: "Building, Learning, Creating..."
});
 
// Welcome to my digital workspace
profile.init();