Skip to content

Commit 657cc43

Browse files
author
brain-dev-null
committed
refactor: Convert views.py to module
Convert the view.py file to a module in order to controll its publically available contents
1 parent 697432c commit 657cc43

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

electrolog/views/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .views import LoginView, IP_REGEX
File renamed without changes.

0 commit comments

Comments
 (0)