mirror of
https://github.com/nikdoof/tvorganise.git
synced 2025-12-18 20:39:27 +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()
|