move comment to correct place
This commit is contained in:
parent
77af2a4b46
commit
3c396f1684
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,7 @@ import location
|
|||
from part import Part
|
||||
import part_list_io
|
||||
|
||||
"""Global (module-wide) variables."""
|
||||
gl_options: argparse.Namespace
|
||||
gl_parts: list[Part]
|
||||
|
||||
|
@ -31,7 +32,6 @@ def get_options() -> argparse.Namespace:
|
|||
return parser.parse_args()
|
||||
|
||||
gl_options = get_options()
|
||||
"""Global (module-wide) variables."""
|
||||
|
||||
def load_data():
|
||||
"""Load data from text files and save to global part list.
|
||||
|
|
Loading…
Reference in a new issue