Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit cf6fbac

Browse files
authored
Update __init__.py
1 parent 5b098ee commit cf6fbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hints/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from flask import Flask
22

3-
from hints import routes
43

54
# from ctf.error_handlers import register_error_handlers # Adjust the
65
# import based on your project structure
@@ -42,3 +41,4 @@ def create_app():
4241

4342
# register_error_handlers(app)
4443
# app.config['referrer_policy'] = 'strict-origin-when-cross-origin'
44+
from hints import routes

0 commit comments

Comments
 (0)