added package structure
This commit is contained in:
8
bstrd/bstrd.py
Normal file
8
bstrd/bstrd.py
Normal file
@ -0,0 +1,8 @@
|
||||
from .bscache import BSCache
|
||||
|
||||
|
||||
bsstream = BSCache()
|
||||
BS = bsstream.get_var
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user