Skip to content
View Novasky-Guy's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report Novasky-Guy

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
Novasky-Guy/README.md

Banner

class Nova():
    
  def __init__(self):
    self.name = "Nova";
    self.username = "Nova";
    self.location = "Europe";
    self.twitter = "@Novasky_guy";
    self.web = "https://novaone.dev";
  
  def __str__(self):
    return self.name

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

Pinned

  1. Novasky-Guy Novasky-Guy Public

  2. GeyserMC/Geyser GeyserMC/Geyser Public

    A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock Edition.

    Java 4.5k 644