Just a simple, and painful to use calculator for the game Factorio written in Python
Révision | c208115a8fa79c0e16be935fde22ef0622935ebf (tree) |
---|---|
l'heure | 2017-08-07 06:39:51 |
Auteur | Eric Hopper <hopper@omni...> |
Commiter | Eric Hopper |
This doesn't have a 'main', so #/usr/bin/python3 not appropriate.
@@ -1,5 +1,3 @@ | ||
1 | -#!/usr/bin/python3 | |
2 | - | |
3 | 1 | import pickle |
4 | 2 | import os |
5 | 3 | import os.path as _osp |