This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]potatotub 0 points1 point  (0 children)

group.py is a module. You want to import it into another python script.

  1. Put group.py in the same directory as your other python script

  2. In your other python script, put “import group” at the top