10 lines
236 B
Python
Executable File
10 lines
236 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
# Copyright (C) 2020 by ÿnérant, eichhornchen, nicomarg, charlse
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
from squirrelbattle.bootstrap import Bootstrap
|
|
|
|
if __name__ == "__main__":
|
|
Bootstrap.run_game()
|