6 lines
74 B
Python
6 lines
74 B
Python
|
from git_time_tracker import main
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
main()
|
||
|
|