Add entry point & check for Linux

This commit is contained in:
Valentin Niess
2020-03-29 23:15:06 +02:00
parent 57de71538e
commit 2f676f964b
2 changed files with 13 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
import platform
if platform.system() != 'Linux':
raise RuntimeError('invalid system: ' + plateform.system())