Fixed python3 -m minepkg invocation

master
Martijn Braam 2019-02-20 22:51:19 +01:00
parent 29bca26224
commit 05f7942e55
1 changed files with 3 additions and 0 deletions

3
minepkg/__main__.py Normal file
View File

@ -0,0 +1,3 @@
import minepkg.cmdline as cmdline
cmdline.run()