load python module from a file


Keywords
load, module, python
License
Unlicense
Install
pip install load==2020.12.3

Documentation

Installation

$ [sudo] pip install load

Features

  • python 2/3 compatible

Examples

>>> import load
>>> load.load('name','path.py')
<module 'name' from 'path.py'>

readme42.com