Bibata_Cursor/builder/__init__.py
2020-10-15 08:50:27 +05:30

6 lines
103 B
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*-
from .log import save_logs_to_file
save_logs_to_file()