Project

General

Profile

Download (200 Bytes) Statistics
| Branch: | Tag: | Revision:

hydrilla-builder / src / hydrilla / builder / __main__.py @ 6bc04f80

1
# SPDX-License-Identifier: CC0-1.0
2

    
3
# Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
4
#
5
# Available under the terms of Creative Commons Zero v1.0 Universal.
6

    
7
from . import build
8

    
9
build.perform()
(2-2/4)