File senha
:
def seu_token():
return'your token pass'
File main
:
import discord
import random
from senha import seu_token
PROBLEM: When I use the from import
or import
the importation doesn't occur. I tested and found that all the imports I make from a file that I made have this problem. If I try to import from another file/lib/API, it works normally.
ALREADY TRY: All type of import, Create a New Project only to test the imports and really doesn't work. Re-install PyCharm, Re-code files, ask on Groups for Help and until now, no solution.