Debugging scripts import hell.
This commit is contained in:
8
src/submissions/tools/scripts/hello.py
Normal file
8
src/submissions/tools/scripts/hello.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
Test script for startup_scripts
|
||||
"""
|
||||
from .. import register_script
|
||||
|
||||
@register_script
|
||||
def hello(ctx):
|
||||
print("\n\nHello! Welcome to Robotics Submission Tracker.\n\n")
|
||||
Reference in New Issue
Block a user