2020-11-27 16:33:17 +01:00
|
|
|
#!/usr/bin/env python3
|
|
|
|
|
|
|
|
# Copyright (C) 2020 by ÿnérant, eichhornchen, nicomarg, charlse
|
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
|
2020-11-19 02:18:08 +01:00
|
|
|
from squirrelbattle.bootstrap import Bootstrap
|
2020-10-02 15:48:39 +02:00
|
|
|
|
|
|
|
if __name__ == "__main__":
|
2020-11-10 18:08:06 +01:00
|
|
|
Bootstrap.run_game()
|