disintar / toncli

TON Command Line Interface - easy smart contract manipulation
https://disintar.io/
Apache License 2.0
158 stars 35 forks source link

test-libs import issues fix. #81

Closed Trinketer22 closed 1 year ago

Trinketer22 commented 1 year ago

Now func include is done in pytonic way. If init.func is present in the directory it is included, otherwise fallback to the old way. Drawback is that if init.func is present, one HAS TO add "#include" line there, otherwise new file won't be included.

Maybe we should do both? Include init and then include everything in the directory anyways? Crude, but should to the trick.

tvorogme commented 1 year ago

Thanks, it's awesome