RascalSoftware / python-RAT

Python interface for RAT
1 stars 5 forks source link

Makes examples importable #51

Closed DrPaulSharp closed 4 months ago

DrPaulSharp commented 4 months ago

Good call. I think we should go for e.g. "RATapi.examples.absorption" which makes clear what the function is without the boilerplate.

alexhroom commented 4 months ago

yeah, if they're all directly imported by examples.__init__ that's even better!