5 lines
97 B
Python
5 lines
97 B
Python
# import robin as a module in the global namespace
|
|
|
|
import robin
|
|
|
|
assert(robin.run() == "AWAY!")
|