This commit is contained in:
soju6jan
2022-10-03 03:15:05 +09:00
parent 8a7a0338de
commit 5799484cf6
15 changed files with 84 additions and 66 deletions

View File

@@ -1,11 +1,9 @@
import random, string
from flask_login import current_user, login_user, logout_user
from .setup import *
from flask_login import login_user, current_user, logout_user
name = 'route'
class ModuleRoute(PluginModuleBase):
def __init__(self, P):
super(ModuleRoute, self).__init__(P, name=name)