mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-17 11:11:49 +02:00
6 lines
97 B
Python
6 lines
97 B
Python
from .lieu import (
|
|
IndexView,
|
|
LieuCreateView,
|
|
LieuDetailView,
|
|
LieuUpdateView,
|
|
)
|