mirror of
https://github.com/nikdoof/tvorganise.git
synced 2025-12-13 06:42:16 +00:00
7 lines
94 B
Python
Executable File
7 lines
94 B
Python
Executable File
#!/usr/bin/env python
|
|
#encoding:utf-8
|
|
|
|
from tests import testtvorganise
|
|
|
|
testtvorganise.run()
|