mirror of
https://github.com/Denvi/FlatCAM.git
synced 2026-03-25 01:27:17 +01:00
16 lines
521 B
Python
16 lines
521 B
Python
############################################################
|
|
# FlatCAM: 2D Post-processing for Manufacturing #
|
|
# http://caram.cl/software/flatcam #
|
|
# Author: Juan Pablo Caram (c) #
|
|
# Date: 2/5/2014 #
|
|
# MIT Licence #
|
|
############################################################
|
|
|
|
from gi.repository import Gtk
|
|
|
|
from FlatCAM_GTK.FlatCAMApp import *
|
|
|
|
|
|
app = App()
|
|
Gtk.main()
|