Fruit-Jam-OS/builtin_apps/PyBasic/PyBasic.py
2025-08-06 22:54:14 -04:00

7 lines
201 B
Python

# Launches the PyBasic interpreter
#
# See the "Pybasic changes.txt" file for a list of difference from
# the original https://github.com/richpl/PyBasic
#
import interpreter
interpreter.main()