broadfield-dev commited on
Commit
36d6cea
·
verified ·
1 Parent(s): 9a1e773

Create __init__.py

Browse files
Files changed (1) hide show
  1. gradio-keylock/__init__.py +6 -0
gradio-keylock/__init__.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ from .component import KeylockDecoderComponent, AppServerLogic
2
+
3
+ __all__ = [
4
+ "KeylockDecoderComponent",
5
+ "AppServerLogic",
6
+ ]