6 lines
199 B
Python
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
|