Initial commit

This commit is contained in:
ThePetrovich 2026-08-18 22:05:57 +08:00
commit fe5ef9132a
15 changed files with 888 additions and 0 deletions

7
yksa_poller/apps.py Normal file
View file

@ -0,0 +1,7 @@
from django.apps import AppConfig
class YksaPollerConfig(AppConfig):
name = "yksa_poller"
label = "yksa_poller"
verbose_name = "YKSA source poller"