6 lines
299 B
Markdown
6 lines
299 B
Markdown
# lib/launcher/python
|
|
|
|
__gui.py__ will contain the GUI (Wow! Really?). The GUI will be accessed by `main.py`.
|
|
__mchandler.py__ will be the launcher library. This time, it will not be a runnable hybrid library.
|
|
__updater.py__ will be used for updating the mod pack and possibly the launcher as well.
|