In the final step of setting up the repository (f2py -c src/fortran/bipartite_edge_swap_module.f95 -m bipartite_edge_swap_module) I am encountering an error. It says the following:
/lib/../lib64/crt1.o: In function '_start':
(.text+0x20): undefined reference to 'main'
Here is an image for more context
