gem selector sketch

This commit is contained in:
Vinicius Moreira
2019-09-11 16:00:02 -03:00
parent 696b6169ac
commit ba5e1da11b
79 changed files with 4117 additions and 112 deletions

3
bauh/api/exception.py Normal file
View File

@@ -0,0 +1,3 @@
class NoInternetException(Exception):
pass