added package structure
This commit is contained in:
4
bstrd/__init__.py
Normal file
4
bstrd/__init__.py
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
from .bstrd import *
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
from time import sleep
|
||||
from bsread import source, dispatcher
|
||||
from bsvar import BSVar
|
||||
from prodthread import ProdThread
|
||||
from .bsvar import BSVar
|
||||
from .prodthread import ProdThread
|
||||
|
||||
|
||||
class BSCache:
|
@ -1,4 +1,4 @@
|
||||
from bscache import BSCache
|
||||
from .bscache import BSCache
|
||||
|
||||
|
||||
bsstream = BSCache()
|
Reference in New Issue
Block a user