snu-quiqcl / qiwis

QuIqcl Widget Integration Software
MIT License
5 stars 2 forks source link

Make `swift` be a flat module, not a package #159

Closed kangz12345 closed 1 year ago

kangz12345 commented 1 year ago

The app module is just copied and pasted into the swift module, and the swift module is moved out of the folder, hence became a flat module.

Only the importing and namespaces (e.g., app.BaseApp -> swift.BaseApp) parts are modified.

This closes #153.