WIP
This commit is contained in:
10
twitch_app/urls.py
Normal file
10
twitch_app/urls.py
Normal file
@ -0,0 +1,10 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from django.urls import URLPattern
|
||||
|
||||
app_name: str = "twitch"
|
||||
|
||||
urlpatterns: list[URLPattern] = []
|
Reference in New Issue
Block a user