Adjust the directory structure to prepare for merging into Master.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class Provider(str, Enum):
|
||||
GOOGLE_CALENDAR = "google"
|
||||
Reference in New Issue
Block a user