Add raspberryPI support

This commit is contained in:
Alessandro
2020-04-11 00:50:37 +02:00
parent ab32fbbf98
commit 995696f11a
5 changed files with 23 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ class SupportedOs:
WINDOWS = "windows"
LINUX = "linux"
MAC = "mac"
RASPBIAN = "raspberry"
class Ftype: