mirror of
https://github.com/irmen/prog8.git
synced 2024-11-04 04:05:00 +00:00
9 lines
162 B
Python
9 lines
162 B
Python
"""
|
|
Programming Language for 6502/6510 microprocessors
|
|
|
|
Written by Irmen de Jong (irmen@razorvine.net) - license: GNU GPL 3.0
|
|
"""
|
|
|
|
from . import main
|
|
main.main()
|