Move 'util' module

This commit is contained in:
Bartłomiej Pluta
2019-07-09 22:43:36 +02:00
parent 9cd7c219dc
commit fe19ecc090
4 changed files with 7 additions and 3 deletions

View File

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