mirror of
https://github.com/erg-lang/erg.git
synced 2025-12-23 05:36:48 +00:00
6 lines
80 B
Python
6 lines
80 B
Python
a = import "a"
|
|
b = import "b"
|
|
|
|
assert a.f() == 1
|
|
assert a.even 2
|
|
assert b.odd 3
|