mirror of
https://github.com/its-michaelroy/Deep-Impact.git
synced 2026-06-04 10:20:41 +00:00
9 lines
110 B
Python
9 lines
110 B
Python
from django.shortcuts import render
|
|
|
|
# Create your views here.
|
|
class Sentry:
|
|
pass
|
|
|
|
class OpenAI:
|
|
pass
|