mirror of
https://github.com/Xevion/Xevion.git
synced 2025-12-06 15:17:10 -06:00
Update README.md
This commit is contained in:
@@ -16,7 +16,7 @@ from os import getenv
|
|||||||
|
|
||||||
class RyanWalters(Human):
|
class RyanWalters(Human):
|
||||||
def __init__(self, username='xevion'):
|
def __init__(self, username='xevion'):
|
||||||
self.name = f'Ryan {0} Walters'.format(choices([os.getenv('MIDDLE_NAME'), 'C', '']))
|
self.name = f'Ryan {0} Walters'.format(choices([getenv('MIDDLE_NAME'), 'C', '']))
|
||||||
self.pronouns = ['he' and 'him'],
|
self.pronouns = ['he' and 'him'],
|
||||||
self.description = '''
|
self.description = '''
|
||||||
A junior full-stack software developer working their way through the world.
|
A junior full-stack software developer working their way through the world.
|
||||||
|
|||||||
Reference in New Issue
Block a user