outspline
outspline copied to clipboard
Merge the api files back to the normal packages
Merge the api files back to the normal packages? Use underscores for private names
See if there's a tool for keeping track of all the public attributes, otherwise I could make my own. I could also use it for documenting the API.
See also #12 and #19
Maybe use the init files for the API and move all the rest to the other package modules?
Fix attributes accessed without getters, e.g. attribute.attribute
, attribute.attribute.method()
, self.attribute.attribute
, self.attribute.attribute.method()