This commit is contained in:
Vinícius Moreira
2020-04-13 11:49:28 -03:00
parent 83aab1ff55
commit 01a60ea686
165 changed files with 12778 additions and 6171 deletions

3
bauh/cli/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from bauh import __app_name__
__app_name__ = '{}-cli'.format(__app_name__)