6 lines
99 B
Text
6 lines
99 B
Text
from "./bar" import Bar, main as f;
|
|
|
|
def main() -> field {
|
|
Bar bar = Bar {};
|
|
return f();
|
|
}
|