Move function utilities to 'function' package

This commit is contained in:
Bartłomiej Pluta
2019-07-09 22:56:33 +02:00
parent 1449eee363
commit 89b147f1ce
31 changed files with 50 additions and 50 deletions

View File

@@ -1,4 +1,4 @@
from smnp.library.signature import signature
from smnp.function.signature import signature
from smnp.type.model import Type
from smnp.type.signature.matcher.model import Matcher