mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-14 07:04:35 -04:00
6 lines
103 B
Python
6 lines
103 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
from .log import save_logs_to_file
|
|
|
|
save_logs_to_file()
|