Skip to content

Switchbot-Nova/Switchbot-Nova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

Nova

Heya! I'm Nova, a student from Belgium and the developer of Switchbot.


class Nova():
    
  def __init__(self):
    self.name = "Nova";
    self.username = "Switchbot-Nova";
    self.location = "Bruges, Belgium";
    self.web = "https://switchbot.dev";
  
  def __str__(self):
    return self.name

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

My Statistics



Nova's Activity Graph

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published