anisotropy/anisotropy/gui/__init__.py
2021-12-31 20:01:59 +05:00

8 lines
208 B
Python

# -*- coding: utf-8 -*-
# This file is part of anisotropy.
# License: GNU GPL version 3, see the file "LICENSE" for details.
from .main import app
if __name__ == "__main__":
app.run_server(debug = True)