Revamp stages and restructure project #1

Merged
jim merged 32 commits from newstage into master 2024-02-08 02:22:21 +00:00
Showing only changes of commit d43f8c3805 - Show all commits

View File

@ -1,9 +1,10 @@
String makeStepBanner(String msg) {
return """
banner = """
===========================================
${msg}
===========================================
"""
return banner
}