mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-22 11:15:17 -04:00
8 lines
162 B
Python
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"
|