dr-joe-wirth / primerForge

software to identify primers that can distinguish genomes
Apache License 2.0
20 stars 4 forks source link

move `_printStart` and `_printEnd` functions into `Clock` class as methods. #10

Closed dr-joe-wirth closed 7 months ago

dr-joe-wirth commented 7 months ago

they should be public methods that are called on self named Clock.printStart and Clock.printEnd.

Requires integrating this change into the other files