Bibata_Cursor/builder/__init__.py
2020-10-09 12:45:47 +05:30

8 lines
162 B
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*-
from .log import save_logs_to_file
save_logs_to_file()
__version__: str = "1.0.1"
__author__: str = "Kaiz Khatri"