Debugging scripts import hell.

This commit is contained in:
lwark
2024-12-30 09:49:09 -06:00
parent 0808b54264
commit 482b641569
6 changed files with 67 additions and 63 deletions

View File

@@ -1,8 +1,8 @@
"""
Test script for startup_scripts
"""
from .. import register_script
# from .. import register_script
@register_script
# @register_script
def hello(ctx):
print("\n\nHello! Welcome to Robotics Submission Tracker.\n\n")