#!/usr/bin/python
# -*- coding: utf-8 -*-
class AboutMe:
def __init__(self):
self.name = "ItsPhox"
self.role = "Tech guy"
self.language_spoken = ["de_DE", "en_US"]
def say_hi(self):
print("Thanks for visiting my profile, hope you find some of my work interesting.")
me = AboutMe()
me.say_hi()
Popular repositories Loading
-
-
SFF
SFF PublicForked from Midrags/SFF
SteaMidra - Full-featured Steam manifest tool with GUI, DLC unlockers (CreamAPI / SmokeAPI / Koaloader), multiplayer fixes, GreenLuma AppList management, library scanner, backups, and more. Educati…
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.