A free and open source alternative ekşi sözlük front-end
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
ozgursozluk/ozgursozluk/__init__.py

13 lines
286 B

import flask
__version__ = "0.1"
__author__ = "beucismis"
__source__ = "https://github.com/beucismis/ozgursozluk"
__description__ = "free alternative simple ekşi sözlük front-end"
app = flask.Flask(__name__)
app.config.from_object("ozgursozluk.config")
import ozgursozluk.views