Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
__main__.py 186 B
# -*- coding: utf-8 -*-
#
# This file is part of the Foo project
#
#
#
# Distributed under the terms of the APACHE license.
# See LICENSE.txt for more info.

from Foo import main
main()