algo-ds/main.py

7 lines
96 B
Python
Executable File

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