#!/usr/bin/env python3

# Copyright (C) 2016-2019 by Vd.
# This file is part of RuNigma, the RuNigma Machine.
# RuNigma is released under the MIT License (see LICENSE).

import runigma.sheet

runigma.sheet.main()
