I've been messign around with Python a little recently. Though I now want to import one of my .py files into my "main" file, but I get an "module" object is not callable
error.
How do I actually do this then.
My files:
KeyGenerator.py
main.py
Code I use to import:import KeyGenerator