CBCFacil v8.0 - Refactored with AMD GPU support
This commit is contained in:
7
storage/__init__.py
Normal file
7
storage/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
Storage package for CBCFacil
|
||||
"""
|
||||
|
||||
from .processed_registry import ProcessedRegistry
|
||||
|
||||
__all__ = ['ProcessedRegistry']
|
||||
Reference in New Issue
Block a user