mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
Move nearly all of projects.py into src/python/jw/build/App.py. The plan is to split the script into parts and import them. Signed-off-by: Jan Lindemann <jan@janware.com>
5 lines
67 B
Python
5 lines
67 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from jw.build.App import App
|
|
|
|
App().run()
|