Why Nostr? What is Njump?
2023-12-14 18:13:43
in reply to

ɗ𐐩ʃƕρʋ on Nostr: npub18369m…z8jp6 Well, you are trying to use a thing before you created it. There ...

Well, you are trying to use a thing before you created it. There is no way this can work, in any programming language. Some languages, like JavaScript, work around that by reordering your code behind your back, so it seems like it's working. Others have separate declaration and definition, which works sometimes.

Note that circular imports worked, you do have access to that module, it just doesn't have that class in it yet, because the code that creates it is still running.
Author Public Key
npub10ffm5eg8xk8tc5nxqvwn2dn8zk0ll7djatsjpww26dar2xvv45sqjrdq2u