refactor: 部分更改数据结构
This commit is contained in:
8
src/heurams/kernel/repomgr/syncdict.py
Normal file
8
src/heurams/kernel/repomgr/syncdict.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from typing import Any, Iterable, TypedDict
|
||||
from typing_extensions import Self
|
||||
from .lict import Lict
|
||||
|
||||
class ParticalsContainer(TypedDict):
|
||||
nucleons: Lict
|
||||
electrons: Lict
|
||||
atoms: Lict
|
||||
Reference in New Issue
Block a user