projects.py is too unspecific, rename it to jw-projects.py.
Signed-off-by: Jan Lindemann <jan@janware.com>
6 lines
86 B
Python
6 lines
86 B
Python
#!/usr/bin/python3
|
|
# -*- coding: utf-8 -*-
|
|
|
|
from jw.build.App import App
|
|
|
|
App().run()
|