Fixes
* fix: update signal handler function to handle different operating systems ([`d79bef4`](https://github.com/en9inerd/tgeraser/commit/d79bef443320f6c065e7a48c59b658566090398f))
Unknown
* Merge pull request 16 from hdoublearp/master
fix: fix bug in signal handler on Windows ([`446e627`](https://github.com/en9inerd/tgeraser/commit/446e627b781b1eede3b960342eeb68f451befbc8))
* Fix bug in signal handler on Windows
Windows doesn't support signals in Python. Rather than check for the OS version using the platform library, simply graceful proceed if an exception is raised here. ([`d0263ea`](https://github.com/en9inerd/tgeraser/commit/d0263eab8ce68faf5f467b9f945dbb515766af16))