Add Integer function to convert strings and floats to integers

This commit is contained in:
Bartłomiej Pluta
2019-07-26 20:59:41 +02:00
parent b126f83824
commit c9a3fc070b
4 changed files with 32 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
from smnp.module.integer.function import integer
functions = [ integer.function ]
methods = []