Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
stop being a stupidly rushing boar (hopefuly)
[simgrid.git] / examples / python / actor-suspend / actor-suspend.py
index fae11b64e2c8b8f136ba55a0b110022cdee0bab8..1aa545dc9470cc9a7a69a3d5005722c9a635bcae 100644 (file)
@@ -1,10 +1,14 @@
-# Copyright (c) 2017-2022. The SimGrid Team. All rights reserved.
+# Copyright (c) 2017-2023. The SimGrid Team. All rights reserved.
 #
 # This program is free software you can redistribute it and/or modify it
 # under the terms of the license (GNU LGPL) which comes with this package.
 
-from simgrid import Actor, Engine, this_actor
+"""
+Usage: actor-suspend.py platform_file [other parameters]
+"""
+
 import sys
+from simgrid import Actor, Engine, this_actor
 
 
 def lazy_guy():