Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/brianhouse/braid
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhouse committed May 19, 2020
2 parents fc157c0 + 5d59122 commit b191bd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion braid/pattern.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import collections
from random import choice, random
from . import num_args
from .signal import *
from .signal import ease_in, ease_out



class Pattern(list):
Expand Down

0 comments on commit b191bd3

Please sign in to comment.