SyntaxFix
Write A Post
Hire A Developer
Questions
You can just use an import statement:
from file import *
So, for example, if you had a file named my_script.py you'd load it like so:
my_script.py
from my_script import *