Look. This was written for a very nuanced and specific project. I discovered things. I fixed them. Namely, a module I have calls its `super`, and loaded its `__base__` instead. So, the template copied the base class rather than the inheriting class.
Check it out: a bug.
0.6.0
Adds ability to add inheritances to objects; strengthens the ability to remove stuff.
0.5.5
Mostly back-end improvements, but added the ability to remove elements from the template which are no longer needed.
0.5.0
Version accurately accounts for various types of import statements -- at least the basic two:
* `import` * `from ...`
0.4.0
We call them `Form`s now instead of `Template`s.
0.3.1
Can now:
* adds `function`s to the template builder * removes a dependency I thought I would use, but nah