Make the roguebasin a proper module

This commit is contained in:
Eryn Wells 2022-04-26 22:25:22 -07:00
parent d069ca4981
commit 638f2d8826
2 changed files with 10 additions and 5 deletions

View file

@ -97,8 +97,3 @@ def main(argv):
if not handled:
LOG.info(f'Unhandled event: {event}')
if __name__ == '__main__':
import sys
result = main(sys.argv)
sys.exit(0 if not result else result)