Project

General

Profile

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

hydrilla-builder / src / hydrilla / __init__.py @ 16eaeb86

1
# SPDX-License-Identifier: 0BSD
2

    
3
# Copyright (C) 2013-2020, PyPA
4

    
5
# https://packaging.python.org/en/latest/guides/packaging-namespace-packages/#pkgutil-style-namespace-packages
6

    
7
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
    (1-1/1)