knitting_machine/guimain.py
ondro 69586ed38f Display list of patterns in dat file and bitmap for selected pattern.
Changed tabs to 4 spaces. Using now original modified scripts under main folder.
Application is executed using guimain.py
2013-07-27 01:05:05 +02:00

8 lines
No EOL
157 B
Python

#!/usr/bin/python
# -*- coding: UTF-8 -*-
from app.tkapp.KnittingApp import KnittingApp
if __name__ == "__main__":
app = KnittingApp()
app.mainloop()