mirror of
https://github.com/bckelley/tconnectsync.git
synced 2026-08-24 03:34:12 -05:00
5 lines
91 B
Python
5 lines
91 B
Python
#!/usr/bin/env python3
|
|
from tconnectsync import main
|
|
|
|
if __name__ == '__main__':
|
|
main() |