Move matchers to type package
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from smnp.library.model import Function
|
||||
from smnp.library.signature import signature, ofType
|
||||
from smnp.library.signature import signature
|
||||
from smnp.type.model import Type
|
||||
|
||||
from smnp.type.signature.matcher.type import ofType
|
||||
|
||||
_signature = signature(ofType(Type.NOTE), ofType(Type.INTEGER))
|
||||
def _function(env, note, duration):
|
||||
|
||||
Reference in New Issue
Block a user