diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-11-09 19:48:43 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-11-09 19:48:43 +0100 |
| commit | 34b1972124da38f6cd28c1991f190bd4bdf1fe9e (patch) | |
| tree | 3b0e65b1f59c995029479c0e04f64a2240bfc701 /s2-fetch-google-sheet.py | |
| parent | ca626447b49c55f40ef58d97ee7ff1784f3481b0 (diff) | |
interface with the google sheet
Diffstat (limited to 's2-fetch-google-sheet.py')
| -rw-r--r-- | s2-fetch-google-sheet.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/s2-fetch-google-sheet.py b/s2-fetch-google-sheet.py new file mode 100644 index 00000000..1fc887e4 --- /dev/null +++ b/s2-fetch-google-sheet.py @@ -0,0 +1,4 @@ +from util import * + +if __name__ == '__main__': + fetch_google_sheet() |
