|
|
|
|
|
by immibis
406 days ago
|
|
foolib is the name of the library, not an object. It also happens to be an object, but that's just because python is a dynamic language and libraries are objects. The C++ equivalent is foolib::do_thing(); where foolib is not an object. |
|