I have two python files first.py
and second.py
, want both work in the same time
so i tried to use this module import file
import first.py
import second.py
but one only of them is working.
how to run both in the same time?
---EDIT---
i tried multi-threading and
but still no luck :(, still one of two only is working
---EDIT---
solved it was Indentation Error