main.py
Voters
Bookie0
i think you have to import those files.
just do from file_name import *
and replace the file name with the actual file name. the *
means all.
happy coding and hope this helps! =)
Hello. Repl.it runs
main.py
by default.You can configure that:
create a
.replit
file:Alternatively, you can just
import
it:@Coder100 same problem for me. If I understood correctly, I have to add an "import" line for every subfile I write, right?
Thanks