mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-03 18:29:00 +00:00
4 lines
65 B
Python
4 lines
65 B
Python
.bar = import "./bar"
|
|
{.i; .f} = .bar
|
|
|
|
.FILE = "foo/__init__.er"
|