Compare commits
2 commits
4e1336d1ba
...
784a84fb45
| Author | SHA1 | Date | |
|---|---|---|---|
| 784a84fb45 | |||
| 5712fe9e00 |
2 changed files with 1 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -43,4 +43,4 @@ publish:
|
||||||
|
|
||||||
# run
|
# run
|
||||||
run:
|
run:
|
||||||
PYTHONPATH=src/ uv run python src/stacosys/run.py $(RUN_ARGS)
|
PYTHONPATH=src/ uv run python src/stacosys/run.py config-dev.ini
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
import configparser
|
import configparser
|
||||||
import importlib.resources
|
import importlib.resources
|
||||||
import os
|
|
||||||
|
|
||||||
|
|
||||||
class Messages:
|
class Messages:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue