cli: Allow direct calling of the module via python -m gerbolyze

This commit is contained in:
jaseg 2022-06-17 20:14:56 +02:00
parent 44fe22b6d4
commit 13ae96092f

2
gerbolyze/__main__.py Normal file
View file

@ -0,0 +1,2 @@
import gerbolyze
gerbolyze.cli()