algo-ds/algods/__main__.py

7 lines
96 B
Python

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