Added ability to not import reagents on first import.

This commit is contained in:
lwark
2024-12-11 15:04:26 -06:00
parent 51c419e470
commit b174eb1221
15 changed files with 209 additions and 27 deletions

View File

@@ -0,0 +1,7 @@
from .irida import import_irida
def hello(ctx):
print("\n\nHello!\n\n")
def goodbye(ctx):
print("\n\nGoodbye\n\n")