jmlopez-rod / m

A collection of devops tools
https://jmlopez-rod.github.io/m/
MIT License
1 stars 4 forks source link

fix circular import bug #87

Closed jmlopez-rod closed 1 year ago

jmlopez-rod commented 1 year ago

Found out that doing

python -c 'from m.core.io import env'

on the terminal would cause python to raise an exception.