mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-22 19:25:11 -04:00
12 lines
343 B
Python
12 lines
343 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
from .log import save_logs_to_file
|
|
save_logs_to_file()
|
|
|
|
__name__: str = "builder"
|
|
__version__: str = "1.0.1"
|
|
__author__: str = "Kaiz Khatri"
|
|
__info__: str = "⚡ Bibata Builder - v%s" % __version__
|
|
__email__: str = "kaizmandhu@gmail.com"
|
|
__url__: str = "https://github.com/ful1e5/Bibata_Cursor/"
|