Skip to content

Commit c990518

Browse files
committed
feat(core): Initialize core components and configuration models
1 parent bc57c14 commit c990518

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1955
-2561
lines changed

.pdm-python

Lines changed: 0 additions & 1 deletion
This file was deleted.

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.9.20

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
"livePreview.defaultPreviewPath": "/docs/_build/html/index.html",
55
"Lua.diagnostics.disable": [
66
"doc-field-no-class"
7-
]
7+
],
8+
"python.analysis.typeCheckingMode": "standard",
9+
"python.analysis.autoImportCompletions": true
810
}

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ authors = ["HsiangNianian <[email protected]>"]
1111

1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313
[lib]
14+
name = "_core"
1415
crate-type = ["cdylib"]
1516

1617
[dependencies]

hrc/LibCore.pyi

Lines changed: 0 additions & 5 deletions
This file was deleted.

hrc/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)