11 lines
367 B
Python
11 lines
367 B
Python
from .inkycal_agenda import Agenda
|
|
from .inkycal_calendar import Calendar
|
|
from .inkycal_weather import Weather
|
|
from .inkycal_feeds import Feeds
|
|
from .inkycal_todoist import Todoist
|
|
from .inkycal_image import Inkyimage
|
|
from .inkycal_jokes import Jokes
|
|
from .inkycal_stocks import Stocks
|
|
from .inkycal_slideshow import Slideshow
|
|
#from .inkycal_server import Inkyserver
|