Commit 21ed7dc1 authored by Ariyasuthan's avatar Ariyasuthan

Upload New File

parent 654ef764
from abc import ABC, abstractmethod
class FileNameToCode(ABC):
@abstractmethod
def get_file_name(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