Fruit-Jam-OS/builtin_apps/PyDOS/code.py
2025-08-13 11:41:31 -04:00

6 lines
199 B
Python

# Launches the PyDOS shell
#
# This is done in a sperate file so that __name__ is set to "PyDOS" instead of "__main__"
# which helps some modules detect that they are running in PyDOS.
import PyDOS