Initial commit

This commit is contained in:
2022-01-11 14:09:24 +01:00
commit d2bf250fbf
12 changed files with 963 additions and 0 deletions

13
.nova/Tasks/Run.json Normal file
View File

@ -0,0 +1,13 @@
{
"actions" : {
"build" : {
"enabled" : true,
"script" : "poetry install"
},
"run" : {
"enabled" : true,
"script" : "poetry run nebula_rss\/nebula_loader.py"
}
},
"identifier" : "F84AD9B6-CAFE-461B-9D81-B2B6F8CF0D52"
}