I can't import the functions from module with "-" in its name. We have to save modules in a specific name, so I must not change the name. So how should I import this:
from surname-funkcije import izris_kvadrata, NSVN, NSV1
I know how to import the module, it should be something like:
surname_funkcije = __import__("surname-funkcije")
but how about its functions?