Open-STEM / XRPCode

This is the repository for the full Python/Blockly IDE
GNU General Public License v3.0
0 stars 3 forks source link

Default new python file #16

Closed fgrossman closed 1 year ago

fgrossman commented 1 year ago

When you create a new python file, should it have a default program? Or at least comment.

fgrossman commented 1 year ago

Yes we should have a default code for a .py file and a default code for a .blocks file

bradamiller commented 1 year ago

That makes sense. All the variables created, like drivetrain, are all based on singletons for the respective classes.