Create code editor and run code with subprocess package
This commit is contained in:
11
webpages/__init__.py
Normal file
11
webpages/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from .home import home
|
||||
from .project import project
|
||||
from .event import event
|
||||
from .classroom import classroom
|
||||
from .join_us import join_us
|
||||
from .testing import testing
|
||||
from .reference import reference
|
||||
from .pythonx_lessons_pages.pythonx_homepage import pythonx_homepage
|
||||
from .pythonx_lessons_pages.pythonx_lesson1 import pythonx_lesson1
|
||||
from .pythonx_lessons_pages.pythonx_lesson2 import pythonx_lesson2
|
||||
from .pythonx_lessons_pages.pythonx_lesson3 import pythonx_lesson3
|
||||
Reference in New Issue
Block a user