Files
tconnectsync/main.py
T

5 lines
91 B
Python

#!/usr/bin/env python3
from tconnectsync import main
if __name__ == '__main__':
main()