2020-05-26 19:10:20 +02:00
|
|
|
from .inkycal_agenda import Agenda
|
|
|
|
from .inkycal_calendar import Calendar
|
|
|
|
from .inkycal_weather import Weather
|
2020-11-10 22:48:04 +01:00
|
|
|
from .inkycal_feeds import Feeds
|
|
|
|
from .inkycal_todoist import Todoist
|
2020-11-12 21:20:48 +01:00
|
|
|
from .inkycal_image import Inkyimage
|
2020-11-13 10:17:39 +01:00
|
|
|
from .inkycal_jokes import Jokes
|
2023-06-07 11:44:20 +02:00
|
|
|
from .inkycal_stocks import Stocks
|
2022-10-03 02:58:07 +02:00
|
|
|
from .inkycal_slideshow import Slideshow
|
2023-04-16 21:16:42 +02:00
|
|
|
from .inkycal_textfile_to_display import TextToDisplay
|
2023-11-21 20:16:10 +01:00
|
|
|
from .inkycal_webshot import Webshot
|
2023-11-22 19:02:11 +01:00
|
|
|
from .inkycal_xkcd import Xkcd
|
2024-01-15 19:08:46 +01:00
|
|
|
from .inkycal_fullweather import Fullweather
|
2024-01-14 10:58:11 +01:00
|
|
|
from .inkycal_tindie import Tindie
|
2024-08-24 15:16:38 +02:00
|
|
|
from .inkycal_vikunja import Vikunja
|