mirror of
https://github.com/daylinmorgan/swydd.git
synced 2024-11-07 01:33:14 -06:00
fix: no venv necessary
This commit is contained in:
parent
246ef4cb3b
commit
151ec62d21
1 changed files with 2 additions and 0 deletions
2
tasks.py
2
tasks.py
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
__import__("sys").path.append("src") # noqa
|
||||
|
||||
import swydd as s
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue