File: knitpy.py

package info (click to toggle)
knitpy 0.1.1~git20180430-4.3
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 912 kB
  • sloc: python: 1,576; makefile: 54
file content (6 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
__author__ = 'jschulz'

from knitpy.knitpyapp import KnitpyApp

if __name__ == '__main__':
    KnitpyApp.launch_instance()