initial commit with barebones project structure
This commit is contained in:
5
recipes/JupyterNotebookRecipe.py
Normal file
5
recipes/JupyterNotebookRecipe.py
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
from core.meow import BaseRecipe
|
||||
|
||||
class JupyterNotebookRecipe(BaseRecipe):
|
||||
pass
|
||||
Reference in New Issue
Block a user