mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-16 08:04:37 -04:00
7 lines
144 B
Python
7 lines
144 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
from .cursor import CursorBuilder
|
|
from .config import ConfigProvider
|
|
|
|
__version__: str = "1.0.1"
|