📦 builder info

This commit is contained in:
ful1e5 2020-10-09 12:45:47 +05:30
parent 99659de09a
commit 73106b62fb

View file

@ -1,7 +1,8 @@
#!/usr/bin/env python #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from .cursor import CursorBuilder from .log import save_logs_to_file
from .config import ConfigProvider save_logs_to_file()
__version__: str = "1.0.1" __version__: str = "1.0.1"
__author__: str = "Kaiz Khatri"