initial commit
This commit is contained in:
10
gotify_tray/gotify/__init__.py
Normal file
10
gotify_tray/gotify/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from .api import GotifyApplication, GotifyClient
|
||||
from .models import (
|
||||
GotifyApplicationModel,
|
||||
GotifyErrorModel,
|
||||
GotifyHealthModel,
|
||||
GotifyMessageModel,
|
||||
GotifyPagedMessagesModel,
|
||||
GotifyPagingModel,
|
||||
GotifyVersionModel,
|
||||
)
|
||||
Reference in New Issue
Block a user