Is there any way in Python 3.8 of knowing the class name in the class body before instantiating? Example
class WordOrSentence: class_name = \'WordOrSentence\'