prog8/il65/__main__.py

10 lines
173 B
Python
Raw Normal View History

2017-12-21 14:52:30 +01:00
"""
2017-12-25 16:00:25 +01:00
Programming Language for 6502/6510 microprocessors
2017-12-21 14:52:30 +01:00
Written by Irmen de Jong (irmen@razorvine.net)
License: GNU GPL 3.0, see LICENSE
"""
from . import main
main.main()