Commit a4646490 authored by Ariyasuthan's avatar Ariyasuthan

Upload New File

parent 21ed7dc1
from abc import ABC, abstractmethod
class InheritanceToCode(ABC):
@abstractmethod
def get_formatted(self) -> str:
pass
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment