Commit 6e2394e8 authored by Ariyasuthan's avatar Ariyasuthan

Upload New File

parent 60d1b4ec
from abc import ABC, abstractmethod
class MethodToCode(ABC):
@abstractmethod
def get_formatted_methods(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