mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-07 12:05:35 +00:00
6 lines
169 B
Python
6 lines
169 B
Python
# 20.05.24
|
|
|
|
from .sql_table import SimpleDBManager, report_table, job_database
|
|
report_table: SimpleDBManager = report_table
|
|
job_database: SimpleDBManager = job_database
|