Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
faori
/
HTK
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
HTK
/
google-calendar-simple-api
/
build
/
lib
/
gcsa
/
_resource.py
faori
Upload folder using huggingface_hub
550665c
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
132 Bytes
from
abc
import
ABC, abstractmethod
class
Resource
(
ABC
):
@property
@abstractmethod
def
id
(
self
):
pass