Skip to content
View yuma-dev's full-sized avatar
Block or Report

Block or report yuma-dev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
yuma-dev/README.md

Yuma aka. F.S.

Heya! I'm F.S., a student currently living in Berlin, Germany. I'm preparing for SD, and learning programming through small projects on the side.


class Yuma():
    
  def __init__(self):
    self.name = "F.S.";
    self.username = "yuma-dev";
    self.location = "Berlin, Germany";
    self.discord = "yuma#7280";
  
  def __str__(self):
    return self.name

if __name__ == '__main__':
    me = Yuma()

My Statistics



Yuma's github activity graph

Last Edited on: 18/02/2022

Pinned Loading

  1. clip-library clip-library Public

    a replacement to steelseries gg's moment gallery which can be used with any clipping software

    JavaScript 1