Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Drago1995
/
AI-New-Question-Generator
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
AI-New-Question-Generator
/
backend
/
services
/
ISentenceCheck.py
VishwaTechnologiesPvtLtd
new one
a2ff264
10 days ago
raw
Copy download link
history
blame
contribute
delete
153 Bytes
from
abc
import
ABC, abstractmethod
class
ISentenceCheck
(
ABC
):
@abstractmethod
def
IsSentenceCorrect
(
self, sentence:
str
) ->
bool
:
pass