mirror of
https://github.com/Rushilwiz/tj2023.git
synced 2025-04-20 03:50:17 -04:00
6 lines
102 B
Python
6 lines
102 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class NotionUpdaterConfig(AppConfig):
|
|
name = 'notion_updater'
|