__init__.py 123 B

12345
  1. # 代码生成模块
  2. def init_app(app):
  3. from ruoyi_generator.controller.gen import gen
  4. app.register_blueprint(gen)