9 lines
136 B
Python
9 lines
136 B
Python
from data.interfaces import RowTable
|
|
|
|
topggvotes = RowTable(
|
|
'topgg',
|
|
('voteid', 'userid', 'boostedTimestamp'),
|
|
'voteid'
|
|
)
|
|
|