mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-27 05:24:14 -04:00
7 lines
147 B
Python
7 lines
147 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
from .cursor import CursorBuilder
|
|
from .provider import ConfigsProvider
|
|
|
|
__version__: str = "1.0.1"
|