Skip to content

Commit

Permalink
refractored panoptica external app
Browse files Browse the repository at this point in the history
  • Loading branch information
vamsikrishnagok committed Feb 5, 2024
1 parent bd38701 commit eda7ddc
Show file tree
Hide file tree
Showing 8 changed files with 219 additions and 690 deletions.
9 changes: 9 additions & 0 deletions backend/server/core/panoptica_views.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
from glob import glob
from flask_restful import Resource, request
from flask import current_app


class Panoptica_prompt_with_functions(Resource):

def post(self):
pass
Empty file added external_apps/__init__.py
Empty file.
Loading

0 comments on commit eda7ddc

Please sign in to comment.