mirror of
https://github.com/jwoglom/tconnectsync.git
synced 2026-09-25 17:01:01 -04:00
5 lines
91 B
Python
5 lines
91 B
Python
#!/usr/bin/env python3
|
|
from tconnectsync import main
|
|
|
|
if __name__ == '__main__':
|
|
main() |