add files

This commit is contained in:
lucasheld 2022-07-02 16:00:54 +02:00
parent 4fc1c54fe8
commit eab0715d8e
12 changed files with 800 additions and 0 deletions

View file

@ -0,0 +1,4 @@
from .auth_method import AuthMethod
from .monitor_type import MonitorType
from .notification_providers import NotificationType, notification_provider_options
from .api import UptimeKumaApi