Can you separate code into modules?

My code for Ghost In The Shell is getting pretty long. Can you separate your code into different files? For example, Can I put all of my classes into separate files and then import them?

Hey ! On the site you have to use a single file. But you can use your favorite IDE to code locally, in multiple files, and then merge them in a single one before to put your code on the site…

2 Likes

Got it. Thanks a lot!