diff options
Diffstat (limited to 'bvggrabber')
-rw-r--r-- | bvggrabber/api/__init__.py | 1 | ||||
-rw-r--r-- | bvggrabber/api/actualdeparture.py | 1 | ||||
-rw-r--r-- | bvggrabber/api/scheduleddeparture.py | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/bvggrabber/api/__init__.py b/bvggrabber/api/__init__.py new file mode 100644 index 0000000..40a96af --- /dev/null +++ b/bvggrabber/api/__init__.py @@ -0,0 +1 @@ +# -*- coding: utf-8 -*- diff --git a/bvggrabber/api/actualdeparture.py b/bvggrabber/api/actualdeparture.py new file mode 100644 index 0000000..40a96af --- /dev/null +++ b/bvggrabber/api/actualdeparture.py @@ -0,0 +1 @@ +# -*- coding: utf-8 -*- diff --git a/bvggrabber/api/scheduleddeparture.py b/bvggrabber/api/scheduleddeparture.py new file mode 100644 index 0000000..40a96af --- /dev/null +++ b/bvggrabber/api/scheduleddeparture.py @@ -0,0 +1 @@ +# -*- coding: utf-8 -*- |