OOYUKIOO / Login_Page

0 stars 0 forks source link

Move bulk of function into a new file #2

Closed nfichter closed 8 years ago

nfichter commented 8 years ago

Put this file in a utils folder and import the file using

import utils.<filename>

It makes your code a lot more readable

OOYUKIOO commented 8 years ago

Thank you for the suggestion!