Files
smnp-py/smnp/module/integer/__init__.py
2019-07-26 20:59:41 +02:00

4 lines
95 B
Python

from smnp.module.integer.function import integer
functions = [ integer.function ]
methods = []