def test_loading_stuff():
    assert len(example_module.load_example()) > 0
def main():
    print(example_module.load_example())