is there a way to use methods (which are not declared with @abstractmethod) from an abstract class outside of it (and the class is not inherited)?
from abc im