This question is based on the assumption that you don't want to rename your modules and want to have # in their name.So how do you import these modules in Python? I tried using single/double inverted commas but still get a SyntaxError.
from "#Calc" import *
from '#Calc' import *
Please advise.