Skip to content

Kohkitos/Kohkitos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 

Repository files navigation

LinkedIn

#!/usr/bin/python

'''
.-. .-')              ('-. .-.-. .-')         .-') _                .-')    
\  ( OO )            ( OO )  \  ( OO )       (  OO) )              ( OO ).  
,--. ,--. .-'),-----.,--. ,--,--. ,--. ,-.-')/     '._ .-'),-----.(_)---\_) 
|  .'   /( OO'  .-.  |  | |  |  .'   / |  |OO|'--...__( OO'  .-.  /    _ |  
|      /,/   |  | |  |   .|  |      /, |  |  '--.  .--/   |  | |  \  :` `.  
|     ' _\_) |  |\|  |       |     ' _)|  |(_/  |  |  \_) |  |\|  |'..`''.) 
|  .   \   \ |  | |  |  .-.  |  .   \ ,|  |_.'  |  |    \ |  | |  .-._)   \ 
|  |\   \   `'  '-'  |  | |  |  |\   (_|  |     |  |     `'  '-'  \       / 
`--' '--'     `-----'`--' `--`--' '--' `--'     `--'       `-----' `-----'
'''

class SoftwareDeveloper:

    def __init__(self):
        self.name = 'Javier Sanz'
        self.nickname = 'Kohkitos'
        self.pronouns = ['he/him', 'they/them']
        self.role = ['CyberSec Analyst', 'Software Developer']
        self.language_spoken = ['es_ES', 'en_EN']

    def say_hi(self):
        print("Hi friend! Feel free to look around!")


me = SoftwareDeveloper()
me.say_hi()

About

Config files for my GitHub profile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published