@@ -69,6 +69,7 @@ def work_in_progress():
6969# ------- pytribeam --------
7070# ----------------------------
7171
72+
7273def pytribeam ():
7374 """
7475 Prints the command line documentation to the command window.
@@ -92,6 +93,7 @@ def pytribeam():
9293# ----- pytribeam_info -----
9394# ----------------------------
9495
96+
9597def module_info () -> None :
9698 """
9799 Prints lightweight package and environment information.
@@ -159,6 +161,7 @@ def module_info() -> None:
159161# ----- pytribeam_gui ------
160162# ----------------------------
161163
164+
162165def launch_gui () -> None :
163166 """
164167 Launches the pytribeam GUI.
@@ -175,6 +178,7 @@ def launch_gui() -> None:
175178# ----- pytribeam_exp ------
176179# ----------------------------
177180
181+
178182def build_experiment_parser () -> argparse .ArgumentParser :
179183 """
180184 Builds the argument parser for the pytribeam_exp command.
@@ -501,4 +505,3 @@ def setup_env() -> None:
501505 upgrade = args .upgrade ,
502506 python_executable = sys .executable ,
503507 )
504-
0 commit comments