#hide from fastscript.core import * from fastscript.test_cli import main main("This can also be used as a regular imported function.", upper=True); #hide def test_eq(a,b): assert a==b,a # Test if importing a call_parse function and using it as a regular function also works from another Notebook. test_eq(main("test", upper=True), "TEST")