Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pyromaths / usr / bin / pyromaths
Size: Mime:
#! /usr/bin/python
try:
    from pyromaths import pyromaths
except ImportError:
    import sys, os.path
    basedir = os.path.dirname(os.path.realpath(__file__))
    sys.path.insert(0, os.path.join(basedir,'src'))
    from pyromaths import pyromaths
pyromaths.main()