mirror of
https://github.com/AudebertAdrien/ft_transcendence.git
synced 2025-12-17 22:47:49 +01:00
5 lines
70 B
Python
5 lines
70 B
Python
# myapp/urls.py
|
|
|
|
from django.urls import path
|
|
from . import views
|