Initial commit

This commit is contained in:
2026-01-02 17:39:56 +03:00
parent 3e51b1f95e
commit ac03de4db5
17 changed files with 690 additions and 416 deletions
@@ -12,6 +12,8 @@ class TestDTO:
title=self.model.title,
description=self.model.description,
for_group=self.model.for_group,
password=self.model.password,
expires_at=self.model.expires_at,
is_active=self.model.is_active,
created_at=self.model.created_at,
updated_at=self.model.updated_at,