cutting new version with proper imports

This commit is contained in:
João Moura
2024-03-11 23:27:04 -03:00
parent 10b4b09872
commit 6091db1948
3 changed files with 2 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python
from .crew import {{crew_name}}Crew
from {{folder_name}}.crew import {{crew_name}}Crew
def run():