change gitea action
Some checks failed
Gitea Actions Demo / host-commands (push) Has been cancelled

This commit is contained in:
konjacpotato
2026-02-15 19:16:42 +08:00
parent a7d5306acc
commit 0f97d71a6b
2 changed files with 9 additions and 23 deletions

2
models/__init__.py Normal file
View File

@ -0,0 +1,2 @@
from models.source_content import SourceContent
from models.article import Article