mirror of
https://github.com/irmen/prog8.git
synced 2024-11-08 14:07:32 +00:00
10 lines
173 B
Python
10 lines
173 B
Python
"""
|
|
Programming Language for 6502/6510 microprocessors
|
|
|
|
Written by Irmen de Jong (irmen@razorvine.net)
|
|
License: GNU GPL 3.0, see LICENSE
|
|
"""
|
|
|
|
from . import main
|
|
main.main()
|