mirror of
https://github.com/thomasasfk/sd-webui-aspect-ratio-helper.git
synced 2026-04-21 23:09:01 +00:00
- Split code up, so it can be easily unit tested - Add unit tests for utility functions - Add different display options for percentages - Add contribution section on README.md
4 lines
96 B
Python
4 lines
96 B
Python
from aspect_ratio_helper.main import AspectRatioStepScript
|
|
|
|
__all__ = ['AspectRatioStepScript']
|