😍 Fix: redefining built-in & Exception handling

This commit is contained in:
ful1e5 2020-10-10 18:24:03 +05:30
parent 07560c688a
commit 22a5820cc6
3 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
from .log import save_logs_to_file
save_logs_to_file()
__name__: str = "builder"
__pkg_name__: str = "builder"
__version__: str = "1.0.1"
__author__: str = "Kaiz Khatri"
__info__: str = "⚡ Bibata Builder - v%s" % __version__