ameliatastic / seahorse-lang

Write Anchor-compatible Solana programs in Python
Apache License 2.0
320 stars 46 forks source link

Cross-file imports #28

Closed ameliatastic closed 1 year ago

ameliatastic commented 1 year ago

Right now the import system allows users to import things from seahorse.prelude and nowhere else. To let users clean up their code, local imports should be allowed like in Python.