mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-14 15:14:51 -04:00
⚡ Logs and hotspots in builder
This commit is contained in:
parent
b0454304a9
commit
f1fbce7510
7 changed files with 123 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
import builder
|
||||
from .provider import ConfigProvider
|
||||
from .provider import ConfigsProvider
|
||||
|
||||
|
||||
class CursorBuilder():
|
||||
|
@ -10,7 +10,7 @@ class CursorBuilder():
|
|||
docstring
|
||||
"""
|
||||
|
||||
def __init__(self, config: ConfigProvider):
|
||||
def __init__(self, configs: ConfigsProvider):
|
||||
|
||||
print("⚡ Bibata Builder Version %s" % builder.__version__)
|
||||
self.__config = config
|
||||
self.__configs = configs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue