mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-02 21:44:34 +00:00
fix: superclass declaration bug
This commit is contained in:
parent
4f02d6ce2d
commit
83cd92bb48
7 changed files with 65 additions and 7 deletions
|
@ -1 +1,5 @@
|
|||
.nn = pyimport "./nn"
|
||||
.serialization = pyimport "./serialization"
|
||||
.util = pyimport "./util"
|
||||
|
||||
{.load!; .save!;} = pyimport "./serialization"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue