Upload level exam without hooking up to firestore and running in thread, will do this when I have the edit view done
This commit is contained in:
5
modules/__init__.py
Normal file
5
modules/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .gpt import GPT
|
||||
|
||||
__all__ = [
|
||||
"GPT"
|
||||
]
|
||||
Reference in New Issue
Block a user