Add source
This commit is contained in:
7
bot/modules/database/models.py
Normal file
7
bot/modules/database/models.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
ORM models for bot (imported from shared)
|
||||
"""
|
||||
from shared.database.models import User, Task, Download
|
||||
|
||||
__all__ = ["User", "Task", "Download"]
|
||||
|
||||
Reference in New Issue
Block a user