mirror of
https://gitea.dmz.rs/Decentrala/luser.git
synced 2026-07-11 05:52:22 +02:00
6 lines
108 B
Python
6 lines
108 B
Python
from flask import Flask
|
|
|
|
app = Flask(__name__, static_url_path='/account/static')
|
|
|
|
from luser import routes
|