diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/infini.toml | 9 | ||||
| -rw-r--r-- | test/src/__init__.py | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/test/infini.toml b/test/infini.toml new file mode 100644 index 0000000..cc0f720 --- /dev/null +++ b/test/infini.toml @@ -0,0 +1,9 @@ +[infini] +name = "test" +version = "0.1.0" +description = "COC 规则包" +license = "MIT" + +[requirements] + +[dependencies] diff --git a/test/src/__init__.py b/test/src/__init__.py new file mode 100644 index 0000000..d93492e --- /dev/null +++ b/test/src/__init__.py @@ -0,0 +1 @@ +# Initialized `__init__.py` generated by ipm.
\ No newline at end of file |
