Easier imports #2450
Unanswered
thewh1teagle
asked this question in
Q&A
Easier imports
#2450
Replies: 1 comment
-
Like in CPython, you can just put the modules |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently when importing other
python
files, I have to add the following to thehtml
file:In
index.py
I can then import like the following:Is there way to import them without declare them inside
index.html
so I can easily add more files and import?Beta Was this translation helpful? Give feedback.
All reactions