mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-03 18:29:00 +00:00
Create abc.d.er
This commit is contained in:
parent
b13a09f1c4
commit
a84c7854ea
2 changed files with 14 additions and 1 deletions
|
@ -186,7 +186,8 @@ pub const BUILTIN_PYTHON_MODS: [&str; 176] = [
|
|||
"zoneinfo",
|
||||
];
|
||||
#[cfg(windows)]
|
||||
pub const BUILTIN_PYTHON_MODS: [&str; 170] = [
|
||||
pub const BUILTIN_PYTHON_MODS: [&str; 171] = [
|
||||
"abc",
|
||||
"argparse",
|
||||
"array",
|
||||
"ast",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue