diff options
| author | 2023-07-22 09:27:27 +0800 | |
|---|---|---|
| committer | 2023-07-22 09:27:27 +0800 | |
| commit | 5902e1b0959c44b4176efccdbfe8dfdb7d912569 (patch) | |
| tree | 015a339cf01d7bc5405c0a27d5578c1691001023 | |
| parent | d3cbb7284506d5c8e720136b639f88081b880201 (diff) | |
| download | TRPGNivis-5902e1b0959c44b4176efccdbfe8dfdb7d912569.tar.gz TRPGNivis-5902e1b0959c44b4176efccdbfe8dfdb7d912569.zip | |
1
| -rw-r--r-- | .github/config.yml | 7 | ||||
| -rw-r--r-- | docs/pages/index.mdx | 0 | ||||
| -rw-r--r-- | psi/__init__.py | 0 |
3 files changed, 7 insertions, 0 deletions
diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 0000000..c87e884 --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,7 @@ +todo: + autoAssign: true + keyword: ["@todo","@TODO"] + bodyKeyword: ['@body','@BODY'] + blobLines: 5 + label: ['todo'] +
\ No newline at end of file diff --git a/docs/pages/index.mdx b/docs/pages/index.mdx new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/docs/pages/index.mdx diff --git a/psi/__init__.py b/psi/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/psi/__init__.py |
