mirror of
https://github.com/taroved/pol
synced 2025-05-15 22:00:08 -07:00
8 lines
108 B
Python
8 lines
108 B
Python
from tests.test_downloader import MFTests
|
|
|
|
|
|
def main():
|
|
ts = MFTests()
|
|
ts.test_log_handler()
|
|
|
|
main() |