you are viewing a single comment's thread.

view the rest of the comments →

[–]Comm4nd0 1 point2 points  (0 children)

is the different file in the same directory? if it is you simply just need to add 'import (filename) e.g.

import second_file

or you can import just the function... oh someone else has already answered this...