Skip to content

thiezn/thiezn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Hey, I'm thiezn

Husband, dad, dabbler in things...
too many hobbies, bug bounty, iOS app development, building tools in python, cloud technologies, bootrunning, photography...
check out https://bootrunner.com and https://www.moorspots.com

Twitter: thiezn_ GitHub thiezn


More about me...

import this

class Person:
  """Who am I, what am I doing here?"""
  
   def __init__(self, name):
       self.name = name

   @property
   def whoami(self):
      """Maybe the answer is here?"""
      print(f"Hi, I'm {self.name}!")

if __name__ == "__main__":
    me = Person("thiezn")
    print(me.whoami)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published