aroberge / ideas

Easy creation of custom import hooks to experiment on alternatives to Python's syntax; see https://aroberge.github.io/ideas/docs/html/
Other
76 stars 5 forks source link

Import code from database #5

Open aroberge opened 4 years ago

aroberge commented 4 years ago

Create an example where we import code from a database (perhaps using sqlite3) as an example of importing code from a non-file object.