@@ -322,3 +322,7 @@ def main():
nb += 1
print("il y a {} bulles dans le graphe\n".format(nb))
+
+if __name__ == "__main__":
+ main()