Sample project
This commit is contained in:
6
algods/__main__.py
Normal file
6
algods/__main__.py
Normal file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
from algods import algods
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
algods.main()
|
Reference in New Issue
Block a user