Skip to content
View changhyunme's full-sized avatar
🇪🇪
🕶️
🇪🇪
🕶️

Block or report changhyunme

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
changhyunme/README.md

HI~

Pinned Loading

  1. interval.py interval.py
    1
    from note import Note
    2
    from scale import *
    3
    
                  
    4
    class Interval(Note) :
    5
    	def __init__(self, string, *destination, debug=False):