v/pol
1
0
mirror of https://github.com/taroved/pol synced 2025-05-15 22:00:08 -07:00
pol/test.py
Alexandr Nesterenko 0656dcb77b test
2017-10-08 13:29:02 -04:00

8 lines
108 B
Python

from tests.test_downloader import MFTests
def main():
ts = MFTests()
ts.test_log_handler()
main()