refs #0 The root commit.

This commit is contained in:
sbps-test user
2023-09-13 20:37:14 +03:00
commit 10eb607154
66 changed files with 1643 additions and 0 deletions

View File

View File

@@ -0,0 +1,9 @@
fields:
author:
type: str
title:
type: str
year:
type: int
pdf:
type: file

View File

@@ -0,0 +1,3 @@
from core.util import update_module_locals
update_module_locals(__name__, locals())

View File

@@ -0,0 +1,3 @@
from core.util import update_module_locals
update_module_locals(__name__, locals())

View File

@@ -0,0 +1,3 @@
from core.util import update_module_locals
update_module_locals(__name__, locals())