mirror of
https://github.com/taroved/pol
synced 2025-05-16 14:20:10 -07:00
9 lines
129 B
Python
9 lines
129 B
Python
from tests.test_downloader import MFTests
|
|
|
|
|
|
def main():
|
|
ts = MFTests()
|
|
ts.test_log_handler()
|
|
ts.test_server()
|
|
|
|
main() |