mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 17:57:55 -06:00
Initail commit of basic structure
This commit is contained in:
commit
4e034fbbd0
2 changed files with 14 additions and 0 deletions
8
PrinterApplication.py
Normal file
8
PrinterApplication.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
from Cura.Application import Application
|
||||
|
||||
class PrinterApplication(Application):
|
||||
def __init__(self):
|
||||
super(Application, self).__init__()
|
||||
|
||||
def run(self):
|
||||
print("Shoopdawoop")
|
Loading…
Add table
Add a link
Reference in a new issue