mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Mark entry point files as executable for unix systems and add shebang lines
This commit is contained in:
1
Adjuster.py
Normal file → Executable file
1
Adjuster.py
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
import argparse
|
||||
import os
|
||||
import logging
|
||||
|
1
EntranceRandomizer.py
Normal file → Executable file
1
EntranceRandomizer.py
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
import argparse
|
||||
import os
|
||||
import logging
|
||||
|
1
Gui.py
Normal file → Executable file
1
Gui.py
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
from argparse import Namespace
|
||||
from glob import glob
|
||||
import json
|
||||
|
Reference in New Issue
Block a user