| Total Complexity | 0 |
| Total Lines | 13 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | """ |
||
| 2 | Google Photos plugin object. |
||
| 3 | |||
| 4 | .. moduleauthor:: Jaisen Mathai <[email protected]> |
||
| 5 | """ |
||
| 6 | from __future__ import print_function |
||
| 7 | from builtins import object |
||
| 8 | |||
| 9 | |||
| 10 | class GooglePhotos(object): |
||
| 11 | """A class to execute plugin actions.""" |
||
| 12 | pass |
||
| 13 |